Help.DisplayTopicFromKeyword Method
Performs a lookup by using the K-keyword index.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Declaration
Sub DisplayTopicFromKeyword ( _
pszKeyword As String _
)
void DisplayTopicFromKeyword(
string pszKeyword
)
void DisplayTopicFromKeyword(
[InAttribute] String^ pszKeyword
)
abstract DisplayTopicFromKeyword :
pszKeyword:string -> unit
function DisplayTopicFromKeyword(
pszKeyword : String
)
Parameters
- pszKeyword
Type: System.String
K-keyword index of the Help topic to find and display.
Remarks
This method is deprecated. See DisplayTopicFromKeyword for information about the current implementation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.