BindingElementCollection 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 BindingElementCollection klassen.
Överlagringar
| Name | Description |
|---|---|
| BindingElementCollection() |
Initierar en ny instans av BindingElementCollection klassen. |
| BindingElementCollection(IEnumerable<BindingElement>) |
Initierar en ny instans av BindingElementCollection klassen från en uppräkningsbar uppsättning bindningselement. |
| BindingElementCollection(BindingElement[]) |
Initierar en ny instans av BindingElementCollection klassen från en matris med bindningselement. |
BindingElementCollection()
Initierar en ny instans av BindingElementCollection klassen.
public:
BindingElementCollection();
public BindingElementCollection();
Public Sub New ()
Gäller för
BindingElementCollection(IEnumerable<BindingElement>)
Initierar en ny instans av BindingElementCollection klassen från en uppräkningsbar uppsättning bindningselement.
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))
Parametrar
- elements
- IEnumerable<BindingElement>
Den IEnumerable<T> generiska typ BindingElement som används för att initiera samlingen.
Undantag
elements är null.
Gäller för
BindingElementCollection(BindingElement[])
Initierar en ny instans av BindingElementCollection klassen från en matris med bindningselement.
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())
Parametrar
- elements
- BindingElement[]
Den Array typ BindingElement som används för att initiera samlingen.
Undantag
elements är null.