IEntityTypeManagement.GetChildEnumerations(Guid, TraversalDepth) Method

Definition

Gets a list of child enumerations of the supplied management pack enumeration identifier.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackEnumeration ^> ^ GetChildEnumerations(Guid id, Microsoft::EnterpriseManagement::Common::TraversalDepth depth);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration> GetChildEnumerations (Guid id, Microsoft.EnterpriseManagement.Common.TraversalDepth depth);
abstract member GetChildEnumerations : Guid * Microsoft.EnterpriseManagement.Common.TraversalDepth -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration>
Public Function GetChildEnumerations (id As Guid, depth As TraversalDepth) As IList(Of ManagementPackEnumeration)

Parameters

id
Guid

The unique identifier of the parent enumeration.

depth
TraversalDepth

The depth of retrieval.

Returns

The collection of enumerations.

Applies to

Thread Safety

This method is thread safe.