Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Reads the connected nodes and generates a list of root node descriptions.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim consoleXml As String
Dim returnValue As List(Of RootNodeDescription)
returnValue = LoadXmlHelpers.ReadConnectedNodes(consoleXml)
Syntax
'Declaration
Public Shared Function ReadConnectedNodes ( _
consoleXml As String _
) As List(Of RootNodeDescription)
public static List<RootNodeDescription> ReadConnectedNodes (
string consoleXml
)
public:
static List<RootNodeDescription^>^ ReadConnectedNodes (
String^ consoleXml
)
public static List<RootNodeDescription> ReadConnectedNodes (
String consoleXml
)
public static function ReadConnectedNodes (
consoleXml : String
) : List<RootNodeDescription>
Parameters
- consoleXml
[in] Console XML.
Return Value
System.Collections.Generic.List object that represents RootNodeDescription objects.
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
LoadXmlHelpers Class
LoadXmlHelpers Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
RootNodeDescription