IWindow.Overlays 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 la collection en lecture seule de Window Overlays sur la fenêtre.
public:
property System::Collections::Generic::IReadOnlyCollection<Microsoft::Maui::IWindowOverlay ^> ^ Overlays { System::Collections::Generic::IReadOnlyCollection<Microsoft::Maui::IWindowOverlay ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IWindowOverlay> Overlays { get; }
member this.Overlays : System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IWindowOverlay>
Public ReadOnly Property Overlays As IReadOnlyCollection(Of IWindowOverlay)