Share via


ConnectionInterfaceCollection コンストラクター

定義

ConnectionInterfaceCollection クラスの新しいインスタンスを初期化します。

オーバーロード

ConnectionInterfaceCollection()

ConnectionInterfaceCollection クラスの新しいインスタンスを初期化します。

ConnectionInterfaceCollection(ICollection)

指定されたコレクションで ConnectionInterfaceCollection クラスの新しいインスタンスを初期化します。

ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection)

指定された 2 つのコレクションを結合することによって、ConnectionInterfaceCollection クラスの新しいインスタンスを初期化します。

ConnectionInterfaceCollection()

ConnectionInterfaceCollection クラスの新しいインスタンスを初期化します。

public:
 ConnectionInterfaceCollection();
public ConnectionInterfaceCollection ();
Public Sub New ()

適用対象

ConnectionInterfaceCollection(ICollection)

指定されたコレクションで ConnectionInterfaceCollection クラスの新しいインスタンスを初期化します。

public:
 ConnectionInterfaceCollection(System::Collections::ICollection ^ connectionInterfaces);
public ConnectionInterfaceCollection (System.Collections.ICollection connectionInterfaces);
new System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection : System.Collections.ICollection -> System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection
Public Sub New (connectionInterfaces As ICollection)

パラメーター

connectionInterfaces
ICollection

ConnectionInterfaceCollection に変換するオブジェクトのコレクション。

例外

connectionInterfaces 内のオブジェクトを ConnectionInterfaceCollection コレクションに追加することはできません。

適用対象

ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection)

指定された 2 つのコレクションを結合することによって、ConnectionInterfaceCollection クラスの新しいインスタンスを初期化します。

public:
 ConnectionInterfaceCollection(System::Web::UI::WebControls::WebParts::ConnectionInterfaceCollection ^ existingConnectionInterfaces, System::Collections::ICollection ^ connectionInterfaces);
public ConnectionInterfaceCollection (System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection existingConnectionInterfaces, System.Collections.ICollection connectionInterfaces);
new System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection : System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection * System.Collections.ICollection -> System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection
Public Sub New (existingConnectionInterfaces As ConnectionInterfaceCollection, connectionInterfaces As ICollection)

パラメーター

existingConnectionInterfaces
ConnectionInterfaceCollection

connectionInterfaces オブジェクトと結合する ConnectionInterfaceCollection

connectionInterfaces
ICollection

existingConnectionInterfaces オブジェクトと結合するコレクション。

例外

connectionInterfaces 内のオブジェクトを ConnectionInterfaceCollection コレクションに追加することはできません。

適用対象