Compartir a través de


IWindowOverlay.RemoveWindowElement(IWindowOverlayElement) Método

Definición

Quita un elemento dibujable de la superposición.

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

Parámetros

Devoluciones

Valor booleano que indica si se quitó el dibujable de la colección.

Se aplica a