ExtenderControlToolboxItem.GetTargetControlTypes(IDesignerHost) Method

Definition

Returns the collection of target types.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Type ^> ^ GetTargetControlTypes(System::ComponentModel::Design::IDesignerHost ^ host);
public System.Collections.ObjectModel.ReadOnlyCollection<Type> GetTargetControlTypes (System.ComponentModel.Design.IDesignerHost host);
member this.GetTargetControlTypes : System.ComponentModel.Design.IDesignerHost -> System.Collections.ObjectModel.ReadOnlyCollection<Type>
Public Function GetTargetControlTypes (host As IDesignerHost) As ReadOnlyCollection(Of Type)

Parameters

host
IDesignerHost

The control host.

Returns

A read-only collection of the target types.

Remarks

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

Applies to