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

編集するコレクションの型。

適用対象