LoadXmlHelpers.ReadIdleConsoleTree Method
Reads the idle 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.ReadIdleConsoleTree(consoleXml)
Syntax
'Declaration
Public Shared Function ReadIdleConsoleTree ( _
consoleXml As String _
) As NodesRootDescription
public static NodesRootDescription ReadIdleConsoleTree (
string consoleXml
)
public:
static NodesRootDescription^ ReadIdleConsoleTree (
String^ consoleXml
)
public static NodesRootDescription ReadIdleConsoleTree (
String consoleXml
)
public static function ReadIdleConsoleTree (
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