Share via


ManagementPack.GetTypeProjections Method

Definition

Retrieves all type projections that are defined in this management pack.

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

Returns

All type projections that are defined in this management pack.

Applies to