BindingElementCollection.SetItem(Int32, BindingElement) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バインド要素のコレクション内の指定したインデックス位置にあるバインド要素を置換します。
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)
パラメーター
- index
- Int32
置き換える要素の 0 から始まるインデックス番号。
- item
- BindingElement
指定した index
に存在する BindingElement 項目の新しい値。
例外
item
が null
です。