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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.