ConnectionInterfaceCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ConnectionInterfaceCollection 類別的新執行個體。
多載
ConnectionInterfaceCollection() |
初始化 ConnectionInterfaceCollection 類別的新執行個體。 |
ConnectionInterfaceCollection(ICollection) |
使用指定的集合,初始化 ConnectionInterfaceCollection 類別的新執行個體。 |
ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection) |
透過結合兩個指定的集合,初始化 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)
透過結合兩個指定的集合,初始化 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 集合。