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