RenderBatch.ReferenceFrames Property

Definition

Gets render frames that may be referenced by entries in UpdatedComponents. For example, edit entries of type PrependFrame will point to an entry in this array to specify the subtree to be prepended.

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

Property Value

Applies to