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 字典快取以取得效能。

適用於