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].
リンクはありませんが、ガイドです。問題は、VS2005 スタイルと同様に VS2010 スタイルでリンクを取得する方法です。