SmsDialogBase.GetHelp Method

Gets the snap-in and Help text for the dialog box.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim snapIn As NamespaceSnapInBase
Dim topic As String

Me.GetHelp(snapIn, topic)

Syntax

'Declaration
Protected Overridable Sub GetHelp ( _
    <OutAttribute> ByRef snapIn As NamespaceSnapInBase, _
    <OutAttribute> ByRef topic As String _
)
protected virtual void GetHelp (
    out NamespaceSnapInBase snapIn,
    out string topic
)
protected:
virtual void GetHelp (
    [OutAttribute] NamespaceSnapInBase^% snapIn, 
    [OutAttribute] String^% topic
)
protected void GetHelp (
    /** @attribute OutAttribute() */ /** @ref */ NamespaceSnapInBase snapIn, 
    /** @attribute OutAttribute() */ /** @ref */ String topic
)

Parameters

  • snapIn
    [out] Namespace snap-in base. See SnapIn.
  • topic
    [out] Help topic.

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

SmsDialogBase Class
SmsDialogBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SnapIn