使用演示风格vs2010获取sandcastle chm的guid

时间:2012-05-04 12:31:07

标签: chm sandcastle

我使用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].

所以没有链接,但Guids。 问题是如何获得VS2010样式中的链接,就像在VS2005样式中一样。

0 个答案:

没有答案