Gets the snap-in and Help text for the dialog box. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim snapIn As NamespaceSnapInBase
Dim topic As String

Me.GetHelp(snapIn, topic)

Syntax

Visual Basic
Protected Overridable Sub GetHelp ( _
		<OutAttribute> ByRef snapIn As NamespaceSnapInBase, _
		<OutAttribute> ByRef topic As String _
)
C#
protected virtual void GetHelp (
		out NamespaceSnapInBase snapIn,
		out string topic
)
C++
protected:
virtual void GetHelp (
		[OutAttribute] NamespaceSnapInBase^% snapIn, 
		[OutAttribute] String^% topic
)
J#
protected void GetHelp (
		/** @attribute OutAttribute() */ /** @ref */ NamespaceSnapInBase snapIn, 
		/** @attribute OutAttribute() */ /** @ref */ String topic
)
JScript

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