Share via


ManagementPack.GetUIPages Method

Definition

Retrieves all property or wizard pages that are contained in the management pack.

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

Returns

A collection of all pages in the management pack.

Applies to

See also