IVisualDiagnosticsOverlay.ScrollViews 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 les vues de défilement dans une fenêtre donnée, à gérer par la couche lorsqu’elles défilent pour mettre à jour les ornements sous-jacents.
public:
property System::Collections::Generic::IReadOnlyCollection<Microsoft::Maui::IScrollView ^> ^ ScrollViews { System::Collections::Generic::IReadOnlyCollection<Microsoft::Maui::IScrollView ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IScrollView> ScrollViews { get; }
member this.ScrollViews : System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IScrollView>
Public ReadOnly Property ScrollViews As IReadOnlyCollection(Of IScrollView)