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

適用於