Delen via


Help.DisplayTopicFromF1Keyword Method

Provides F1 Help for a modal or non-modal dialog box.

Namespace:  Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

Syntax

'Declaration
Sub DisplayTopicFromF1Keyword ( _
    pszKeyword As String _
)
void DisplayTopicFromF1Keyword(
    string pszKeyword
)
void DisplayTopicFromF1Keyword(
    [InAttribute] String^ pszKeyword
)
abstract DisplayTopicFromF1Keyword : 
        pszKeyword:string -> unit 
function DisplayTopicFromF1Keyword(
    pszKeyword : String
)

Parameters

  • pszKeyword
    Type: System.String
    F1 keyword provided for the dialog box.

Remarks

This method is deprecated. See DisplayTopicFromF1Keyword for information about the current implementation.

.NET Framework Security

See Also

Reference

Help Interface

Microsoft.VisualStudio.VSHelp Namespace