TableRowsCollectionEditor(Type) 构造函数

定义

初始化 TableRowsCollectionEditor 类的新实例。

public:
 TableRowsCollectionEditor(Type ^ type);
public TableRowsCollectionEditor (Type type);
new System.Web.UI.Design.WebControls.TableRowsCollectionEditor : Type -> System.Web.UI.Design.WebControls.TableRowsCollectionEditor
Public Sub New (type As Type)

参数

type
Type

要编辑的集合的类型。

适用于