BindingElementCollection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci BindingElementCollection třídy .
Přetížení
BindingElementCollection() |
Inicializuje novou instanci BindingElementCollection třídy . |
BindingElementCollection(IEnumerable<BindingElement>) |
Inicializuje novou instanci BindingElementCollection třídy z výčtu sady vazeb prvků. |
BindingElementCollection(BindingElement[]) |
Inicializuje novou instanci BindingElementCollection třídy z pole elementů vazby. |
BindingElementCollection()
Inicializuje novou instanci BindingElementCollection třídy .
public:
BindingElementCollection();
public BindingElementCollection ();
Public Sub New ()
Platí pro
BindingElementCollection(IEnumerable<BindingElement>)
Inicializuje novou instanci BindingElementCollection třídy z výčtu sady vazeb prvků.
public:
BindingElementCollection(System::Collections::Generic::IEnumerable<System::ServiceModel::Channels::BindingElement ^> ^ elements);
public BindingElementCollection (System.Collections.Generic.IEnumerable<System.ServiceModel.Channels.BindingElement> elements);
new System.ServiceModel.Channels.BindingElementCollection : seq<System.ServiceModel.Channels.BindingElement> -> System.ServiceModel.Channels.BindingElementCollection
Public Sub New (elements As IEnumerable(Of BindingElement))
Parametry
- elements
- IEnumerable<BindingElement>
Obecný IEnumerable<T> typ BindingElement použitý k inicializaci kolekce.
Výjimky
elements
je null
.
Platí pro
BindingElementCollection(BindingElement[])
Inicializuje novou instanci BindingElementCollection třídy z pole elementů vazby.
public:
BindingElementCollection(cli::array <System::ServiceModel::Channels::BindingElement ^> ^ elements);
public BindingElementCollection (System.ServiceModel.Channels.BindingElement[] elements);
new System.ServiceModel.Channels.BindingElementCollection : System.ServiceModel.Channels.BindingElement[] -> System.ServiceModel.Channels.BindingElementCollection
Public Sub New (elements As BindingElement())
Parametry
- elements
- BindingElement[]
Typ Array typu BindingElement použitý k inicializaci kolekce.
Výjimky
elements
je null
.