IDashboardRegistryManagement.GetComponentTypes Method

Definition

Gets the component types by criteria.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackComponentType ^> ^ GetComponentTypes();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackComponentType> GetComponentTypes ();
abstract member GetComponentTypes : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackComponentType>
Public Function GetComponentTypes () As IList(Of ManagementPackComponentType)

Returns

IList<ManagementPackComponentType>

Applies to