Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AppWindow.TryShowAsync Method
Definition
- Namespace:
- Windows.UI.WindowManagement
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to asynchronously show the current app window.
public:
virtual IAsyncOperation<bool> ^ TryShowAsync() = TryShowAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryShowAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryShowAsync();
function tryShowAsync()
Public Function TryShowAsync () As IAsyncOperation(Of Boolean)
Returns
true if the window was shown successfully; otherwise, false.
- Attributes
Applies to
Feedback
Was this page helpful?
