Share via


ManagementPack.GetReportParameterControls Method

Definition

Retrieves all ManagementPackReportParameterControl objects that are contained in the management pack.

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

Returns

A collection of all ManagementPackReportParameterControl objects in the management pack.

Applies to