Displays a help topic for the specified snap-in. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim snapIn As NamespaceSnapInBase
Dim helpTopic As String

DialogHelper.ShowHelp(snapIn, helpTopic)

Syntax

Visual Basic
Public Shared Sub ShowHelp ( _
		snapIn As NamespaceSnapInBase, _
		helpTopic As String _
)
C#
public static void ShowHelp (
		NamespaceSnapInBase snapIn,
		string helpTopic
)
C++
public:
static void ShowHelp (
		NamespaceSnapInBase^ snapIn, 
		String^ helpTopic
)
J#
public static void ShowHelp (
		NamespaceSnapInBase snapIn, 
		String helpTopic
)
JScript
public static function ShowHelp (
		snapIn : NamespaceSnapInBase, 
		helpTopic : String
)

Parameters

snapIn

[in] Microsoft.ManagementConsole.NamespaceSnapInBase object.

helpTopic

[in] Help topic.

Exceptions

Exception type Condition
ArgumentNullException

The snapIn parameter cannot be null.

ArgumentException

The helpTopic parameter cannot be null or empty.

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