ToolboxService::IComponentDiscoveryService::GetComponentTypes Method (IDesignerHost^, Type^)
.NET Framework (current version)
Gets the list of available component types.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
private: virtual ICollection^ GetComponentTypes( IDesignerHost^ designerHost, Type^ baseType ) sealed = IComponentDiscoveryService::GetComponentTypes
Parameters
- designerHost
-
Type:
System.ComponentModel.Design::IDesignerHost^
The designer host providing design-time services.
- baseType
-
Type:
System::Type^
The base type specifying the components to retrieve. Can be null.
.NET Framework
Available since 2.0
Available since 2.0
Show: