Virtualize<TItem>.Placeholder 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 ou définit le modèle pour les éléments qui n’ont pas encore été chargés en mémoire.
public:
property Microsoft::AspNetCore::Components::RenderFragment<Microsoft::AspNetCore::Components::Web::Virtualization::PlaceholderContext> ^ Placeholder { Microsoft::AspNetCore::Components::RenderFragment<Microsoft::AspNetCore::Components::Web::Virtualization::PlaceholderContext> ^ get(); void set(Microsoft::AspNetCore::Components::RenderFragment<Microsoft::AspNetCore::Components::Web::Virtualization::PlaceholderContext> ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext>? Placeholder { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Placeholder : Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.Web.Virtualization.PlaceholderContext> with get, set
Public Property Placeholder As RenderFragment(Of PlaceholderContext)
Valeur de propriété
- Attributs