ToolboxService::IComponentDiscoveryService::GetComponentTypes Method (IDesignerHost^, Type^)

 

Gets the list of available component types.

Namespace:   System.Drawing.Design
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.

Return Value

Type: System.Collections::ICollection^

The list of available component types.

.NET Framework
Available since 2.0
Return to top
Show: