RenderBatch.ReferenceFrames Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient des images de rendu qui peuvent être référencées par des entrées dans UpdatedComponents. Par exemple, les entrées de modification de type PrependFrame pointent vers une entrée de ce tableau pour spécifier la sous-arborescence à ajouter.
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)