次の方法で共有


CollectionEditor(Type) コンストラクター

定義

指定したコレクション型を使用して、CollectionEditor クラスの新しいインスタンスを初期化します。

public:
 CollectionEditor(Type ^ type);
public CollectionEditor (Type type);
new System.ComponentModel.Design.CollectionEditor : Type -> System.ComponentModel.Design.CollectionEditor
Public Sub New (type As Type)

パラメーター

type
Type

エディターで編集するコレクションの型。

適用対象