SnapInBase.ShowHelpTopic Method (String)

 

Displays a help topic.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public void ShowHelpTopic(
    string helpTopic
)
public:
void ShowHelpTopic(
    String^ helpTopic
)
member ShowHelpTopic : 
        helpTopic:string -> unit
Public Sub ShowHelpTopic (
    helpTopic As String
)

Parameters

See Also

SnapInBase Class
Microsoft.ManagementConsole Namespace

Return to top