Compartir a través de


VisualDiagnosticsOverlay.RemoveWindowElement(IWindowOverlayElement) Método

Definición

Quita un elemento dibujable de la superposición.

public:
 override bool RemoveWindowElement(Microsoft::Maui::IWindowOverlayElement ^ drawable);
public override bool RemoveWindowElement (Microsoft.Maui.IWindowOverlayElement drawable);
override this.RemoveWindowElement : Microsoft.Maui.IWindowOverlayElement -> bool
Public Overrides 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