Compartir a través de


VisualDiagnosticsOverlay.AddWindowElement(IWindowOverlayElement) Método

Definición

Agrega un nuevo elemento dibujable a la superposición.

public:
 override bool AddWindowElement(Microsoft::Maui::IWindowOverlayElement ^ drawable);
public override bool AddWindowElement (Microsoft.Maui.IWindowOverlayElement drawable);
override this.AddWindowElement : Microsoft.Maui.IWindowOverlayElement -> bool
Public Overrides Function AddWindowElement (drawable As IWindowOverlayElement) As Boolean

Parámetros

Devoluciones

Valor booleano que indica si se agregó el dibujable a la colección.

Implementaciones

Se aplica a