OperationDescriptionCollection.InsertItem(Int32, OperationDescription) Metod

Definition

Infogar ett element i åtgärdsbeskrivningssamlingen vid det angivna indexet.

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)

Parametrar

index
Int32

Det nollbaserade index som item ska infogas i.

Undantag

item är null.

Kommentarer

Den här metoden tillhandahålls för WCF-systemet (Windows Communication Foundation) för validering av indata och förväntas inte anropas av användare.

Gäller för