RenderTreeDiff.Edits Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the changes to the render tree since a previous state.
public: initonly Microsoft::AspNetCore::Components::RenderTree::ArrayBuilderSegment<Microsoft::AspNetCore::Components::RenderTree::RenderTreeEdit> Edits;
public readonly Microsoft.AspNetCore.Components.RenderTree.ArrayBuilderSegment<Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit> Edits;
val mutable Edits : Microsoft.AspNetCore.Components.RenderTree.ArrayBuilderSegment<Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit>
Public ReadOnly Edits As ArrayBuilderSegment(Of RenderTreeEdit)