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 ディクショナリを使用してパフォーマンスのためにキャッシュされます。

適用対象