Gets the items that are necessary to display a Help screen. 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 Overrides Sub GetHelp ( _
		<OutAttribute> ByRef snapIn As NamespaceSnapInBase, _
		<OutAttribute> ByRef topic As String _
)
C#
protected override void GetHelp (
		out NamespaceSnapInBase snapIn,
		out string topic
)
C++
protected:
virtual void GetHelp (
		[OutAttribute] NamespaceSnapInBase^% snapIn, 
		[OutAttribute] String^% topic
) override
J#
protected void GetHelp (
		/** @attribute OutAttribute() */ /** @ref */ NamespaceSnapInBase snapIn, 
		/** @attribute OutAttribute() */ /** @ref */ String topic
)
JScript

Parameters

snapIn

[out] Reference to a Microsoft.ManagementConsole.NamespaceSnapInBase object.

topic

[out] Help topic.

Remarks

Your application must override this method in a derived class.


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