共用方式為


LineDisplayWindow.TryRefreshAsync 方法

定義

重新整理行顯示視窗。

public:
 virtual IAsyncOperation<bool> ^ TryRefreshAsync() = TryRefreshAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryRefreshAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryRefreshAsync();
function tryRefreshAsync()
Public Function TryRefreshAsync () As IAsyncOperation(Of Boolean)

傳回

如果已成功重新整理視窗,則為 True;否則為 false。

屬性

適用於