Share via


ToolboxService.IComponentDiscoveryService.GetComponentTypes Metodo

Definizione

Ottiene l'elenco dei tipi di componenti disponibili.

 virtual System::Collections::ICollection ^ System.ComponentModel.Design.IComponentDiscoveryService.GetComponentTypes(System::ComponentModel::Design::IDesignerHost ^ designerHost, Type ^ baseType) = System::ComponentModel::Design::IComponentDiscoveryService::GetComponentTypes;
System.Collections.ICollection IComponentDiscoveryService.GetComponentTypes (System.ComponentModel.Design.IDesignerHost designerHost, Type baseType);
abstract member System.ComponentModel.Design.IComponentDiscoveryService.GetComponentTypes : System.ComponentModel.Design.IDesignerHost * Type -> System.Collections.ICollection
override this.System.ComponentModel.Design.IComponentDiscoveryService.GetComponentTypes : System.ComponentModel.Design.IDesignerHost * Type -> System.Collections.ICollection
Function GetComponentTypes (designerHost As IDesignerHost, baseType As Type) As ICollection Implements IComponentDiscoveryService.GetComponentTypes

Parametri

designerHost
IDesignerHost

Host di progettazione che fornisce servizi in fase di progettazione.

baseType
Type

Tipo base che specifica i componenti da recuperare. Può essere null.

Restituisce

Elenco dei tipi di componenti disponibili.

Implementazioni

Si applica a