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 Function GetTargetControlTypes (
	host As IDesignerHost
) As ReadOnlyCollection(Of Type)

Parameters

host
Type: System.ComponentModel.Design.IDesignerHost

The control host.

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection(Of 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: