WindowOverlayTappedEventArgs.WindowOverlayElements Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
property System::Collections::Generic::IList<Microsoft::Maui::IWindowOverlayElement ^> ^ WindowOverlayElements { System::Collections::Generic::IList<Microsoft::Maui::IWindowOverlayElement ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.IWindowOverlayElement> WindowOverlayElements { get; }
member this.WindowOverlayElements : System.Collections.Generic.IList<Microsoft.Maui.IWindowOverlayElement>
Public ReadOnly Property WindowOverlayElements As IList(Of IWindowOverlayElement)