BindingElementCollection.InsertItem(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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.