使用 K 关键字索引,执行查找。
命名空间: Microsoft.VisualStudio.VSHelp
程序集: Microsoft.VisualStudio.VSHelp(在 Microsoft.VisualStudio.VSHelp.dll 中)
语法
声明
Sub DisplayTopicFromKeyword ( _
pszKeyword As String _
)
void DisplayTopicFromKeyword(
string pszKeyword
)
void DisplayTopicFromKeyword(
[InAttribute] String^ pszKeyword
)
abstract DisplayTopicFromKeyword :
pszKeyword:string -> unit
function DisplayTopicFromKeyword(
pszKeyword : String
)
参数
pszKeyword
类型:String查找和显示的帮助主题的 K 关键字索引。
备注
此方法已被否决。 有关当前实现的信息,请参见 DisplayTopicFromKeyword 。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。