ExtenderControlToolboxItem.GetTargetControlTypes(IDesignerHost) Метод

Определение

Возвращает коллекцию целевых типов.

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)

Параметры

host
IDesignerHost

Контейнер элементов управления.

Возвращаемое значение

Доступная только для чтения коллекция целевых типов.

Комментарии

Коллекция кэшируется для повышения производительности с помощью словаря Properties .

Применяется к