Compartir a través de


IWindowOverlay.AddWindowElement(IWindowOverlayElement) Método

Definición

Agrega un nuevo elemento dibujable a la superposición.

public:
 bool AddWindowElement(Microsoft::Maui::IWindowOverlayElement ^ element);
public bool AddWindowElement (Microsoft.Maui.IWindowOverlayElement element);
abstract member AddWindowElement : Microsoft.Maui.IWindowOverlayElement -> bool
Public Function AddWindowElement (element As IWindowOverlayElement) As Boolean

Parámetros

Devoluciones

Boolean que indica si se agregó el drawable a la colección.

Se aplica a