BindingElementCollection.SetItem(Int32, BindingElement) Method

Definition

Replaces a binding element at the specified index in the collection of binding elements.

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

Parameters

index
Int32

The zero-based index of the element to replace.

item
BindingElement

The new value for BindingElement item at the specified index.

Exceptions

item is null.

Applies to