RoleGroupCollectionEditor(Type) 构造函数

定义

创建 RoleGroupCollectionEditor 类的新实例。Creates a new instance of the RoleGroupCollectionEditor class.

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

参数

type
Type

集合中的对象类型。The type of objects in the collection.

适用于