ShowAlertAsync() static private méthode

static private ShowAlertAsync ( this page, ErrorBucket errors ) : IAsyncOperation
page this
errors ErrorBucket
Résultat IAsyncOperation
Exemple #1
0
 Task IViewModelHost.ShowAlertAsync(ErrorBucket errors)
 {
     return(PageExtender.ShowAlertAsync(this, errors).AsTask());
 }
Exemple #2
0
 Task IViewModelHost.ShowAlertAsync(string message)
 {
     return(PageExtender.ShowAlertAsync(this, message).AsTask());
 }