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

'宣言
Sub DisplayTopicFromKeyword ( _
    pszKeyword As String _
)
'使用
Dim instance As Help
Dim pszKeyword As String

instance.DisplayTopicFromKeyword(pszKeyword)
void DisplayTopicFromKeyword(
    string pszKeyword
)
void DisplayTopicFromKeyword(
    [InAttribute] String^ pszKeyword
)
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.

Permissions

See Also

Reference

Help Interface

Help Members

Microsoft.VisualStudio.VSHelp Namespace