已否决。 请改用 DisplayTopicFromF1Keyword。
命名空间: Microsoft.VisualStudio.VSHelp80
程序集: Microsoft.VisualStudio.VSHelp80(在 Microsoft.VisualStudio.VSHelp80.dll 中)
语法
声明
Sub DisplayTopicFromId ( _
bstrFile As String, _
Id As UInteger _
)
void DisplayTopicFromId(
string bstrFile,
uint Id
)
void DisplayTopicFromId(
[InAttribute] String^ bstrFile,
[InAttribute] unsigned int Id
)
abstract DisplayTopicFromId :
bstrFile:string *
Id:uint32 -> unit
function DisplayTopicFromId(
bstrFile : String,
Id : uint
)
参数
bstrFile
类型:String字符串包含关键字。
Id
类型:UInt32上下文帮助 ID.
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。