IVsHelpSystem.DisplayTopicFromIdentifier 方法
显示基于标识符的主题。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
Function DisplayTopicFromIdentifier ( _
pszFile As String, _
Id As UInteger, _
Command As UInteger _
) As Integer
int DisplayTopicFromIdentifier(
string pszFile,
uint Id,
uint Command
)
参数
- pszFile
类型:System.String
[in] 对包含帮助文件的文件名的字符串的指针。
- Id
类型:System.UInt32
[in] 帮助主题标识符。
- Command
类型:System.UInt32
[in] 指定帮助选项的位标志。构造一个在 VHS_COMMAND 枚举和 HTML help 命令的值。
返回值
类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。