Initializes a new instance of ConsoleParentNode for the specified root node and console root object. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim rootNode As SmsSiteConnectionNode
Dim nodeType As Guid
Dim consoleRootObject As ConsoleRootDescription
Dim displayName As String
Dim languageIndependentName As String

Dim instance As New ConsoleParentNode(rootNode, nodeType, consoleRootObject, displayName, languageIndependentName)

Syntax

Visual Basic
Public Sub New ( _
		rootNode As SmsSiteConnectionNode, _
		nodeType As Guid, _
		consoleRootObject As ConsoleRootDescription, _
		displayName As String, _
		languageIndependentName As String _
)
C#
public ConsoleParentNode (
		SmsSiteConnectionNode rootNode,
		Guid nodeType,
		ConsoleRootDescription consoleRootObject,
		string displayName,
		string languageIndependentName
)
C++
public:
ConsoleParentNode (
		SmsSiteConnectionNode^ rootNode, 
		Guid nodeType, 
		ConsoleRootDescription^ consoleRootObject, 
		String^ displayName, 
		String^ languageIndependentName
)
J#
public ConsoleParentNode (
		SmsSiteConnectionNode rootNode, 
		Guid nodeType, 
		ConsoleRootDescription consoleRootObject, 
		String displayName, 
		String languageIndependentName
)
JScript
public function ConsoleParentNode (
		rootNode : SmsSiteConnectionNode, 
		nodeType : Guid, 
		consoleRootObject : ConsoleRootDescription, 
		displayName : String, 
		languageIndependentName : String
)

Parameters

rootNode

[in] SmsSiteConnectionNode object.

nodeType

[in] GUID of the root node.

consoleRootObject

[in] ConsoleRootDescription object.

displayName

[in] Display name.

languageIndependentName

[in] Language-neutral name.

Remarks

Your application should use this constructor to initialize the console root description for a root node. The root node always uses the actions in the console root description, never has a result object in scope, and always shows the expansion icon.


Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also