VisualDiagnosticsOverlay.RemoveWindowElement(IWindowOverlayElement) 方法

定义

从覆盖中删除可绘制元素。

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

参数

返回

指示是否从集合中删除了可绘制对象的布尔值。

实现

适用于