Share via


ManagementPack.GetComponentReferences Method

Definition

Retrieves a collection of all management pack component reference objects defined in the current management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackComponentReference ^> ^ GetComponentReferences();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackComponentReference> GetComponentReferences ();
member this.GetComponentReferences : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackComponentReference>
Public Function GetComponentReferences () As ManagementPackElementCollection(Of ManagementPackComponentReference)

Returns

A collection of all management pack component reference objects.

Applies to