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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.