次の方法で共有


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

パラメーター

戻り値

コレクションから描画可能なオブジェクトが削除されたかどうかを示すブール値。

実装

適用対象