3

我使用 Sandcastle 为我的 dll 生成 chm 文件,但我想使用 VS2010 演示风格。

当我使用 VS2005 演示风格构建 chm 文件时,方法的“使用说明”如下所示:

Usage Note
In Visual Basic and C#, you can call this method as an instance method on any 
object of type Object. When you use instance method syntax to call this method, 
omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

其中文本“扩展方法(Visual Basic)”和“扩展方法(C# 编程指南)”都是指向 MSDN 站点的链接。

但是当我使用 VS2010 演示风格(这是我更改的唯一属性)时,我得到了这个:

Usage Note
In Visual Basic and C#, you can call this method as an instance method on any
object of type Object. When you use instance method syntax to call this method,
omit the first parameter. For more information, see
[b8020aae-374d-46a9-bcb7-8cc2390b93b6] or [175ce3ff-9bbf-4e64-8421-faeb81a0bb51].

所以没有链接,但指南。问题是如何获得 VS2010 风格的链接,就像 VS2005 风格一样。

4

0 回答 0