OperationDescriptionCollection.InsertItem(Int32, OperationDescription) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts an element into the operation description collection at the specified index.
protected:
override void InsertItem(int index, System::ServiceModel::Description::OperationDescription ^ item);
protected override void InsertItem (int index, System.ServiceModel.Description.OperationDescription item);
override this.InsertItem : int * System.ServiceModel.Description.OperationDescription -> unit
Protected Overrides Sub InsertItem (index As Integer, item As OperationDescription)
Parameters
- index
- Int32
The zero-based index at which item
should be inserted.
- item
- OperationDescription
The OperationDescription to insert.
Exceptions
item
is null
.
Remarks
This method is provided for the Windows Communication Foundation (WCF) system to do input validation and is not expected to be called by users.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.