Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/289.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/visual-studio/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# Visual Studio注释块:指向内部代码的链接_C#_Visual Studio - Fatal编程技术网

C# Visual Studio注释块:指向内部代码的链接

C# Visual Studio注释块:指向内部代码的链接,c#,visual-studio,C#,Visual Studio,有没有办法将对代码元素的引用(例如方法名)插入注释块?我正在寻找VS 2010中可点击的内容(从评论转到引用元素-如ctr+clik行为)。 例如: /// <summary> /// ITERATES Over Filenames /// </summary> /// <see cref="inputbut_Click(object sender, EventArgs e)"/> // ///迭代文件名 /// /// (这里的语法可能有误

有没有办法将对代码元素的引用(例如方法名)插入注释块?我正在寻找VS 2010中可点击的内容(从评论转到引用元素-如ctr+clik行为)。

例如:

 /// <summary>
 /// ITERATES Over Filenames 
 /// </summary>
 /// <see cref="inputbut_Click(object sender, EventArgs e)"/>
//
///迭代文件名
/// 
/// 

(这里的语法可能有误,只是为了说明而已)

你试过看一下.NET framework的xml吗?@leppie:你能说得更准确一点吗?据我所知,我想要一些占用空间很小(实际上根本没有占用空间)的东西,而不是内置的,但我会花很多钱假设有一个可以做到这一点的工具。你有没有试过看一下.NET framework的xml?@leppie:请你说得更精确一些?据我所知,我想要一些非常轻的脚印(实际上根本没有脚印)的东西,而不是内置的,但我会花很多钱假设有一个可以做到这一点的。