Help.DisplayTopicFromKeyword(String) Method

Definition

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.

Applies to