VisualDiagnosticsOverlay.RemoveWindowElement(IWindowOverlayElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從重迭中移除可繪製的專案。
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
參數
- drawable
- IWindowOverlayElement
傳回
布林值,指出是否已從集合中移除可繪製專案。