Compartir a través de


RenderBatch.UpdatedComponents Propiedad

Definición

Obtiene los cambios en los componentes que se agregaron o actualizaron.

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)

Valor de propiedad

Se aplica a