Compartir a través de


WindowOverlay.RemoveWindowElement(IWindowOverlayElement) Método

Definición

Quita un elemento dibujable de la superposición.

public:
 virtual bool RemoveWindowElement(Microsoft::Maui::IWindowOverlayElement ^ drawable);
public virtual bool RemoveWindowElement (Microsoft.Maui.IWindowOverlayElement drawable);
abstract member RemoveWindowElement : Microsoft.Maui.IWindowOverlayElement -> bool
override this.RemoveWindowElement : Microsoft.Maui.IWindowOverlayElement -> bool
Public Overridable Function RemoveWindowElement (drawable As IWindowOverlayElement) As Boolean

Parámetros

Devoluciones

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

Implementaciones

Se aplica a