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.
The RootNode property returns the console's root Node object. This property is read-only.
Syntax
Property RootNode As Node
Property value
The console's root node.
Examples
' Retrieve the document's RootNode property.
Dim objRoot As MMC20.Node
Set objRoot = objDoc.RootNode
' Use the RootNode object.
' ...
' Free the object when done.
Set objRoot = Nothing
Requirements
| Minimum supported client |
Windows Vista |
| Minimum supported server |
Windows Server 2008 |
| Header |
|
| IDL |
|
| DLL |
|
| IID |
IID_Document |