Share via


RenderBatch.UpdatedComponents Property

Definition

Gets the changes to components that were added or updated.

public:
 property Microsoft::AspNetCore::Components::RenderTree::ArrayRange<Microsoft::AspNetCore::Components::RenderTree::RenderTreeDiff> UpdatedComponents { Microsoft::AspNetCore::Components::RenderTree::ArrayRange<Microsoft::AspNetCore::Components::RenderTree::RenderTreeDiff> get(); };
public Microsoft.AspNetCore.Components.RenderTree.ArrayRange<Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiff> UpdatedComponents { get; }
member this.UpdatedComponents : Microsoft.AspNetCore.Components.RenderTree.ArrayRange<Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiff>
Public ReadOnly Property UpdatedComponents As ArrayRange(Of RenderTreeDiff)

Property Value

Applies to