Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
Visual Basic |
---|
Dim consoleXml As String Dim returnValue As NodesRootDescription returnValue = LoadXmlHelpers.ReadRootConsoleTree(consoleXml) |
Syntax
Visual Basic |
---|
Public Shared Function ReadRootConsoleTree ( _ consoleXml As String _ ) As NodesRootDescription |
C# |
---|
public static NodesRootDescription ReadRootConsoleTree ( string consoleXml ) |
C++ |
---|
public: static NodesRootDescription^ ReadRootConsoleTree ( String^ consoleXml ) |
J# |
---|
public static NodesRootDescription ReadRootConsoleTree ( String consoleXml ) |
JScript |
---|
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.