Sdílet prostřednictvím


ToolboxService.IComponentDiscoveryService.GetComponentTypes Metoda

Definice

Získá seznam dostupných typů komponent.

 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

Hostitel návrháře poskytující služby v době návrhu.

baseType
Type

Základní typ určující součásti, které se mají načíst. Může být null.

Návraty

Seznam dostupných typů komponent.

Implementuje

Platí pro