Partager via


LoadXmlHelpers.ReadRootConsoleTree Method

Reads the root console tree and generates a nodes root description.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim consoleXml As String
Dim returnValue As NodesRootDescription

returnValue = LoadXmlHelpers.ReadRootConsoleTree(consoleXml)

Syntax

'Declaration
Public Shared Function ReadRootConsoleTree ( _
    consoleXml As String _
) As NodesRootDescription
public static NodesRootDescription ReadRootConsoleTree (
    string consoleXml
)
public:
static NodesRootDescription^ ReadRootConsoleTree (
    String^ consoleXml
)
public static NodesRootDescription ReadRootConsoleTree (
    String consoleXml
)
public static function ReadRootConsoleTree (
    consoleXml : String
) : NodesRootDescription

Parameters

  • consoleXml
    [in] Console XML.

Return Value

NodesRootDescription object.

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
NodesRootDescription