ConnectionInterfaceCollection Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.