Share via


ScopeNamespace::GetChild method

The GetChild method returns the first child node for a given scope node. Use the ScopeNamespace.GetNext method to retrieve the siblings of the node returned by the GetChild method.

Syntax

ScopeNamespace.GetChild( _
  ByVal Node As Node _
) As Node

Parameters

Node

The scope node being queried.

Remarks

For an example of code that uses the GetChild method, see the ScopeNamespace.GetNext method.

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

ScopeNamespace.GetNext

ScopeNamespace.GetParent

Node object