Share via


ManagementPack.GetViewTypes Method

Definition

Retrieves all view types from the management pack.

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

Returns

A collection of all ManagementPackViewType objects in the management pack.

Applies to