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 字典缓存集合以提升性能。

适用于