Skip to content

Commit eef85d6

Browse files
Update applicationview_tryconsolidateasync_451004985.md
1 parent 8330bad commit eef85d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

windows.ui.viewmanagement/applicationview_tryconsolidateasync_451004985.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ public IAsyncOperation<bool> ApplicationView.TryConsolidateAsync()
1212

1313
## -description
1414

15-
Tries to hide the current app view. This method is a programmatic equivalent to a user initiating a close gesture for the app view.
15+
Tries to hide the current app view. This method is a programmatic equivalent to a user closing the app.
1616

1717
## -returns
1818

1919
**true** if the app views are consolidated; otherwise, **false**.
2020

2121
## -remarks
22-
Consolidating an app view doesn't close it but rather hides it from the Windows shell, regardless of whether the user closed the close (X) button or this method is called programmatically.
23-
It can still be shown programmatically by the app using the various methods of [ApplicationViewSwitcher. To close the app view permanently, call CoreWindow.Close.
22+
23+
Consolidating an app view doesn't close it but rather hides it from the Windows shell, whether the user closed the app or this method is called programmatically. It can still be shown programmatically by the app using the various methods of [ApplicationViewSwitcher](/uwp/api/windows.ui.viewmanagement.applicationviewswitcher). To close the app view permanently, call [CoreWindow.Close](/uwp/api/windows.ui.core.corewindow.close).
2424

2525
## -see-also
2626

0 commit comments

Comments
 (0)