ScopeNamespace Object object

The ScopeNamespace object is used to access the scope tree. Use the Document.ScopeNamespace property to retrieve the ScopeNamespace object for the MMC document.

Members

The ScopeNamespace Object object has these types of members:

Methods

The ScopeNamespace Object object has these methods.

Method Description
Expand Expands a node.
GetChild Returns the first child node of the scope node.
GetNext Returns the next child sibling node of the scope node.
GetParent Returns the parent of the scope node.
GetRoot Returns the root node of the namespace.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
MMCObj.h
IDL
MMCObj.idl
DLL
MmcNdMgr.dll
IID
IID_ScopeNamespace is defined as EBBB48DC-1A3B-4D86-B786-C21B28389012

See also

Document.ScopeNamespace property