BindingElementCollection.InsertItem(Int32, BindingElement) メソッド

定義

バインド要素のコレクションの指定した位置に、バインド要素を挿入します。

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

例外

itemnullです。

適用対象