Share via


ManagementPack.GetComponentTypes Method

Definition

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

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

Returns

A collection of all management pack component type objects.

Applies to