Condividi tramite


IWindow.RemoveOverlay(IWindowOverlay) Metodo

Definizione

Rimuove una sovrimpressione finestra nella finestra corrente.

public:
 bool RemoveOverlay(Microsoft::Maui::IWindowOverlay ^ overlay);
public bool RemoveOverlay (Microsoft.Maui.IWindowOverlay overlay);
abstract member RemoveOverlay : Microsoft.Maui.IWindowOverlay -> bool
Public Function RemoveOverlay (overlay As IWindowOverlay) As Boolean

Parametri

Restituisce

Valore booleano se la sovrimpressione della finestra è stata rimossa.

Si applica a