Share via


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

要編輯的集合型別。

適用於