共用方式為


IHelpService.ShowHelpFromKeyword(String) 方法

定義

顯示對應於指定關鍵字的說明主題。

public:
 void ShowHelpFromKeyword(System::String ^ helpKeyword);
public void ShowHelpFromKeyword (string helpKeyword);
abstract member ShowHelpFromKeyword : string -> unit
Public Sub ShowHelpFromKeyword (helpKeyword As String)

參數

helpKeyword
String

要顯示之說明主題的關鍵字。

備註

Visual Studio 集成開發環境的 [說明] 系統會顯示主題。

適用於