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
helpTopic
Type: System.StringThe help topic to be displayed.
See Also
SnapInBase Class
Microsoft.ManagementConsole Namespace
Return to top