RenderBatch.ReferenceFrames Property
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 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)