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