ExtenderControlToolboxItem::GetTargetControlTypes Method (IDesignerHost^)

 

Returns the collection of target types.

Namespace:   System.Web.UI.Design
Assembly:  System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)

public:
ReadOnlyCollection<Type^>^ GetTargetControlTypes(
	IDesignerHost^ host
)

Parameters

host
Type: System.ComponentModel.Design::IDesignerHost^

The control host.

Return Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<Type^>^

A read-only collection of the target types.

The collection is cached for performance by using the Properties dictionary.

.NET Framework
Available since 3.5
Return to top
Show: