Help.DisplayTopicFromKeyword(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用 K 关键字索引执行查找。
public:
void DisplayTopicFromKeyword(System::String ^ pszKeyword);
public:
void DisplayTopicFromKeyword(Platform::String ^ pszKeyword);
void DisplayTopicFromKeyword(std::wstring const & pszKeyword);
[System.Runtime.InteropServices.DispId(9)]
public void DisplayTopicFromKeyword (string pszKeyword);
[<System.Runtime.InteropServices.DispId(9)>]
abstract member DisplayTopicFromKeyword : string -> unit
Public Sub DisplayTopicFromKeyword (pszKeyword As String)
参数
- pszKeyword
- String
要查找和显示的帮助主题的 K 关键字索引。
- 属性
注解
不推荐使用此方法。 有关 DisplayTopicFromKeyword 当前实现的信息,请参阅。