Compartilhar via


DExploreAppObjClass.DisplayTopicFromKeyword(String) Method

Definition

Deprecated. Use DisplayTopicFromKeyword(String) instead.

public:
 virtual void DisplayTopicFromKeyword(System::String ^ pszKeyword) = Microsoft::VisualStudio::VSHelp::Help::DisplayTopicFromKeyword;
public:
 virtual void DisplayTopicFromKeyword(Platform::String ^ pszKeyword) = Microsoft::VisualStudio::VSHelp::Help::DisplayTopicFromKeyword;
 virtual void DisplayTopicFromKeyword(std::wstring const & pszKeyword);
[System.Runtime.InteropServices.DispId(9)]
public virtual void DisplayTopicFromKeyword (string pszKeyword);
[<System.Runtime.InteropServices.DispId(9)>]
abstract member DisplayTopicFromKeyword : string -> unit
override this.DisplayTopicFromKeyword : string -> unit
Public Overridable Sub DisplayTopicFromKeyword (pszKeyword As String)

Parameters

pszKeyword
String

K-keyword index of the Help topic to find and display.

Implements

Attributes

Applies to