DataControlReferenceCollectionEditor(Type) 构造函数

定义

使用指定的集合类型初始化 DataControlReferenceCollectionEditor 类的新实例。Initializes a new instance of the DataControlReferenceCollectionEditor class by using the specified collection type.

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

要编辑的集合的类型。The type of the collection to edit.

适用于