JsonPatchDocument<TModel>.IJsonPatchDocument.GetOperations 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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