StatusBar.ShowAsync Method
Definition
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.
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