BindingElementCollection.SetItem(Int32, BindingElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.