WindowOverlayTappedEventArgs Constructeur
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.
public:
WindowOverlayTappedEventArgs(Microsoft::Maui::Graphics::Point point, System::Collections::Generic::IList<Microsoft::Maui::IVisualTreeElement ^> ^ elements, System::Collections::Generic::IList<Microsoft::Maui::IWindowOverlayElement ^> ^ overlayElements);
public WindowOverlayTappedEventArgs (Microsoft.Maui.Graphics.Point point, System.Collections.Generic.IList<Microsoft.Maui.IVisualTreeElement> elements, System.Collections.Generic.IList<Microsoft.Maui.IWindowOverlayElement> overlayElements);
new Microsoft.Maui.WindowOverlayTappedEventArgs : Microsoft.Maui.Graphics.Point * System.Collections.Generic.IList<Microsoft.Maui.IVisualTreeElement> * System.Collections.Generic.IList<Microsoft.Maui.IWindowOverlayElement> -> Microsoft.Maui.WindowOverlayTappedEventArgs
Public Sub New (point As Point, elements As IList(Of IVisualTreeElement), overlayElements As IList(Of IWindowOverlayElement))
Paramètres
- point
- Point
- elements
- IList<IVisualTreeElement>
- overlayElements
- IList<IWindowOverlayElement>