StyleCollectionEditor(Type) 构造函数

定义

创建 StyleCollectionEditor 类的新实例。

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

参数

type
Type

要创建的实例的类型。

适用于

另请参阅