ServiceReferenceCollectionEditor(Type) 构造函数

定义

使用指定的集合类型初始化 ServiceReferenceCollectionEditor 类的新实例。

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

参数

type
Type

要编辑的集合的类型。

适用于