ConnectionInterfaceCollection Konstruktorer

Definition

Initierar en ny instans av ConnectionInterfaceCollection klassen.

Överlagringar

Name Description
ConnectionInterfaceCollection()

Initierar en ny instans av ConnectionInterfaceCollection klassen.

ConnectionInterfaceCollection(ICollection)

Initierar en ny instans av ConnectionInterfaceCollection klassen med den angivna samlingen.

ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection)

Initierar en ny instans av ConnectionInterfaceCollection klassen genom att kombinera de två angivna samlingarna.

ConnectionInterfaceCollection()

Initierar en ny instans av ConnectionInterfaceCollection klassen.

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

Gäller för

ConnectionInterfaceCollection(ICollection)

Initierar en ny instans av ConnectionInterfaceCollection klassen med den angivna samlingen.

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)

Parametrar

connectionInterfaces
ICollection

En samling objekt som ska konverteras till en ConnectionInterfaceCollection.

Undantag

Det går inte att lägga till ett objekt i connectionInterfaces en ConnectionInterfaceCollection samling.

Gäller för

ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection)

Initierar en ny instans av ConnectionInterfaceCollection klassen genom att kombinera de två angivna samlingarna.

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)

Parametrar

existingConnectionInterfaces
ConnectionInterfaceCollection

A ConnectionInterfaceCollection för att kombinera med objektet connectionInterfaces .

connectionInterfaces
ICollection

En samling som ska kombineras existingConnectionInterfaces med objektet.

Undantag

Det går inte att lägga till ett objekt i connectionInterfaces en ConnectionInterfaceCollection samling.

Gäller för