OperationDescriptionCollection.SetItem(Int32, OperationDescription) Metod

Definition

Ersätter åtgärdsbeskrivningselementet i samlingen vid det angivna indexet.

protected:
 override void SetItem(int index, System::ServiceModel::Description::OperationDescription ^ item);
protected override void SetItem(int index, System.ServiceModel.Description.OperationDescription item);
override this.SetItem : int * System.ServiceModel.Description.OperationDescription -> unit
Protected Overrides Sub SetItem (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