共用方式為


WindowOverlay.RemoveWindowElement(IWindowOverlayElement) 方法

定義

從重迭中移除可繪製的專案。

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

參數

傳回

布林值,指出是否已從集合中移除可繪製專案。

實作

適用於