次の方法で共有


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

定義

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

public:
 DataControlReferenceCollectionEditor(Type ^ type);
public DataControlReferenceCollectionEditor (Type type);
new System.Web.DynamicData.Design.DataControlReferenceCollectionEditor : Type -> System.Web.DynamicData.Design.DataControlReferenceCollectionEditor
Public Sub New (type As Type)

パラメーター

type
Type

編集するコレクションの型。

適用対象