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です。