StatusBar.ShowAsync Method
Definition
Shows the status bar.
public:
virtual IAsyncAction ^ ShowAsync() = ShowAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAsync();
function showAsync()
Public Function ShowAsync () As IAsyncAction
Returns
The asynchronous results of the operation. Use this to determine when the async call is complete.
- Attributes