OperationDescriptionCollection.InsertItem(Int32, OperationDescription) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.
- item
- OperationDescription
Infoga OperationDescription .
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.