Launches the HTML .chm Help file window.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Syntax
Visual Basic |
Protected Sub ShowHelp
|
C# |
protected void ShowHelp ()
|
C++ |
protected:
void ShowHelp ()
|
J# |
protected void ShowHelp ()
|
JScript |
protected function ShowHelp ()
|
Exceptions
Exception type |
Condition |
ArgumentException
|
There is no help topic for this dialog box.
|
InvalidOperationException
|
Could not find the Microsoft Management Console snap-in
necessary to display the Help.
|
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also