共用方式為


LineDisplayWindow.Close 方法

定義

關閉線條顯示視窗資源,終結裝置上的視窗。

public:
 virtual void Close() = Close;
void Close();
// This member is not implemented in C#
function close()
' This member is not implemented in VB.NET

實作

M:Windows.Foundation.IClosable.Close M:System.IDisposable.Close

備註

關閉視窗並不會移除裝置上顯示的任何內容。 使用 LineDisplay.TryClearTextAsync () 清除視窗內容,再終結它。

適用於