SmsTabbedDialog.GetHelp Method
Gets the items that are necessary to display a Help screen.
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 Overrides Sub GetHelp ( _
<OutAttribute> ByRef snapIn As NamespaceSnapInBase, _
<OutAttribute> ByRef topic As String _
)
protected override void GetHelp (
out NamespaceSnapInBase snapIn,
out string topic
)
protected:
virtual void GetHelp (
[OutAttribute] NamespaceSnapInBase^% snapIn,
[OutAttribute] String^% topic
) override
protected void GetHelp (
/** @attribute OutAttribute() */ /** @ref */ NamespaceSnapInBase snapIn,
/** @attribute OutAttribute() */ /** @ref */ String topic
)
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
Reference
SmsTabbedDialog Class
SmsTabbedDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace