JsonPatchDocument.IJsonPatchDocument.GetOperations Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
virtual System::Collections::Generic::IList<Microsoft::AspNetCore::JsonPatch::Operations::Operation ^> ^ Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument.GetOperations() = Microsoft::AspNetCore::JsonPatch::IJsonPatchDocument::GetOperations;
System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.Operations.Operation> IJsonPatchDocument.GetOperations ();
abstract member Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument.GetOperations : unit -> System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.Operations.Operation>
override this.Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument.GetOperations : unit -> System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.Operations.Operation>
Function GetOperations () As IList(Of Operation) Implements IJsonPatchDocument.GetOperations