Udostępnij za pośrednictwem


ToolboxService.IComponentDiscoveryService.GetComponentTypes Metoda

Definicja

Pobiera listę dostępnych typów składników.

 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

Parametry

designerHost
IDesignerHost

Host projektanta udostępniający usługi czasu projektowania.

baseType
Type

Typ podstawowy określający składniki do pobrania. Może to być null.

Zwraca

Lista dostępnych typów składników.

Implementuje

Dotyczy