ConnectionInterfaceCollection Constructors

Definitie

Initialiseert een nieuw exemplaar van de ConnectionInterfaceCollection klasse.

Overloads

Name Description
ConnectionInterfaceCollection()

Initialiseert een nieuw exemplaar van de ConnectionInterfaceCollection klasse.

ConnectionInterfaceCollection(ICollection)

Initialiseert een nieuw exemplaar van de ConnectionInterfaceCollection klasse met de opgegeven verzameling.

ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection)

Initialiseert een nieuw exemplaar van de ConnectionInterfaceCollection klasse door de twee opgegeven verzamelingen te combineren.

ConnectionInterfaceCollection()

Initialiseert een nieuw exemplaar van de ConnectionInterfaceCollection klasse.

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

Van toepassing op

ConnectionInterfaceCollection(ICollection)

Initialiseert een nieuw exemplaar van de ConnectionInterfaceCollection klasse met de opgegeven verzameling.

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)

Parameters

connectionInterfaces
ICollection

Een verzameling objecten die moeten worden geconverteerd naar een ConnectionInterfaceCollection.

Uitzonderingen

Een object kan connectionInterfaces niet worden toegevoegd aan een ConnectionInterfaceCollection verzameling.

Van toepassing op

ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection)

Initialiseert een nieuw exemplaar van de ConnectionInterfaceCollection klasse door de twee opgegeven verzamelingen te combineren.

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)

Parameters

existingConnectionInterfaces
ConnectionInterfaceCollection

Een ConnectionInterfaceCollection om te combineren met het connectionInterfaces object.

connectionInterfaces
ICollection

Een verzameling die moet worden gecombineerd met het existingConnectionInterfaces object.

Uitzonderingen

Een object kan connectionInterfaces niet worden toegevoegd aan een ConnectionInterfaceCollection verzameling.

Van toepassing op