ManagementPack.GetReportParameterControls Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.