DialogHelper.ShowHelp Method (NamespaceSnapInBase, String)
Displays a help topic for the specified snap-in.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim snapIn As NamespaceSnapInBase
Dim helpTopic As String
DialogHelper.ShowHelp(snapIn, helpTopic)
Syntax
'Declaration
Public Shared Sub ShowHelp ( _
snapIn As NamespaceSnapInBase, _
helpTopic As String _
)
public static void ShowHelp (
NamespaceSnapInBase snapIn,
string helpTopic
)
public:
static void ShowHelp (
NamespaceSnapInBase^ snapIn,
String^ helpTopic
)
public static void ShowHelp (
NamespaceSnapInBase snapIn,
String helpTopic
)
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
Reference
DialogHelper Class
DialogHelper Members
Microsoft.ConfigurationManagement.AdminConsole Namespace