RenderTreeBuilder.GetFrames Méthode
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.
Retourne les RenderTreeFrame valeurs qui ont été ajoutées.
public:
Microsoft::AspNetCore::Components::RenderTree::ArrayRange<Microsoft::AspNetCore::Components::RenderTree::RenderTreeFrame> GetFrames();
public Microsoft.AspNetCore.Components.RenderTree.ArrayRange<Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame> GetFrames ();
member this.GetFrames : unit -> Microsoft.AspNetCore.Components.RenderTree.ArrayRange<Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame>
Public Function GetFrames () As ArrayRange(Of RenderTreeFrame)
Retours
Plage de valeurs de RenderTreeFrame tableau.