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
。