Help.DisplayTopicFromKeyword(String) 方法

定义

使用 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 当前实现的信息,请参阅。

适用于