DExploreAppObjClass.DisplayTopicFromKeyword(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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