Edit

Share via


BindingElementCollection.InsertItem(Int32, BindingElement) Method

Definition

Inserts a binding element at a specified ___location within a collection of binding elements.

protected:
 override void InsertItem(int index, System::ServiceModel::Channels::BindingElement ^ item);
protected override void InsertItem(int index, System.ServiceModel.Channels.BindingElement item);
override this.InsertItem : int * System.ServiceModel.Channels.BindingElement -> unit
Protected Overrides Sub InsertItem (index As Integer, item As BindingElement)

Parameters

index
Int32

The ___location at which to insert the binding element in the collection.

item
BindingElement

The BindingElement to be inserted.

Exceptions

item is null.

Applies to