visual studio不会出现方法和类的文档 [英] visual studio doesn't appear a documentation of methods and class

查看:82
本文介绍了visual studio不会出现方法和类的文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的

开发商



我正在使用visual studio 2013,我的代码文档有问题,我正在下载用于Visual Studio 2013的SDK仍然存在问题,所以我能做什么..当我使用方法和类时,我想出现注释和文档

Dear
developers

i'm using visual studio 2013 and i have a problem with documentation of code ,, i was downloading SDK for visual studio 2013 and still the problem found , so what can i do .. i want to appear the comment and documentation when i use methods and class as well

推荐答案

它被称为Intellisense,如果你想将它用于你的代码,你必须用XML注释记录你的属性,方法等:

见这里:http://msdn.microsoft.com/en-us/library/vstudio/b2s063f7(v=vs .100).aspx [ ^ ]

并将/ doc开关添加到项目属性中。
It's called Intellisense, and if you want to use it for your code, you have to document your properties, methods and so forth with XML comments:
See here: http://msdn.microsoft.com/en-us/library/vstudio/b2s063f7(v=vs.100).aspx[^]
And add the /doc switch to your project properties.


这篇关于visual studio不会出现方法和类的文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆