Delen via


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

See Also

Reference

Help Interface

Microsoft.VisualStudio.VSHelp Namespace