ConsoleParentNode Constructor (SmsSiteConnectionNode, Guid, ConsoleRootDescription, String, String)
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
'Usage
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
'Declaration
Public Sub New ( _
rootNode As SmsSiteConnectionNode, _
nodeType As Guid, _
consoleRootObject As ConsoleRootDescription, _
displayName As String, _
languageIndependentName As String _
)
public ConsoleParentNode (
SmsSiteConnectionNode rootNode,
Guid nodeType,
ConsoleRootDescription consoleRootObject,
string displayName,
string languageIndependentName
)
public:
ConsoleParentNode (
SmsSiteConnectionNode^ rootNode,
Guid nodeType,
ConsoleRootDescription^ consoleRootObject,
String^ displayName,
String^ languageIndependentName
)
public ConsoleParentNode (
SmsSiteConnectionNode rootNode,
Guid nodeType,
ConsoleRootDescription consoleRootObject,
String displayName,
String languageIndependentName
)
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
Reference
ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsSiteConnectionNode
ConsoleRootDescription