次の方法で共有


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

コントロール ホスト。

戻り値

ReadOnlyCollection<Type>

対象の型の読み取り専用のコレクション。

注釈

コレクションは、ディクショナリを使用してパフォーマンスのために Properties キャッシュされます。

適用対象