IDashboardRegistryManagement.GetComponentTypes 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.
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)