Help.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.
Performs a lookup by using the K-keyword index.
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)
Parameters
- pszKeyword
- String
K-keyword index of the Help topic to find and display.
- Attributes
Remarks
This method is deprecated. See DisplayTopicFromKeyword for information about the current implementation.