WalletItemStore.ShowAsync Méthode

Définition

Surcharges

ShowAsync()

Attention

L’espace de noms ApplicationModel.Wallet n’est plus pris en charge et sera bientôt déprécié. Les développeurs sont encouragés à éviter d’utiliser cet espace de noms.

Affiche l’interface utilisateur du portefeuille.

ShowAsync(String)

Attention

L’espace de noms ApplicationModel.Wallet n’est plus pris en charge et sera bientôt déprécié. Les développeurs sont encouragés à éviter d’utiliser cet espace de noms.

Affiche l’élément avec l’ID donné dans l’interface utilisateur du portefeuille.

ShowAsync()

Attention

L’espace de noms ApplicationModel.Wallet n’est plus pris en charge et sera bientôt déprécié. Les développeurs sont encouragés à éviter d’utiliser cet espace de noms.

Affiche l’interface utilisateur du portefeuille.

public:
 virtual IAsyncAction ^ ShowAsync() = ShowAsync;
/// [Windows.Foundation.Metadata.Overload("ShowAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAsync();
/// [Windows.Foundation.Metadata.Overload("ShowAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IWalletItemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IAsyncAction ShowAsync();
[Windows.Foundation.Metadata.Overload("ShowAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAsync();
[Windows.Foundation.Metadata.Overload("ShowAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IWalletItemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public IAsyncAction ShowAsync();
function showAsync()
Public Function ShowAsync () As IAsyncAction

Retours

Action asynchrone. Si vous utilisez la programmation asynchrone, le type de résultat est void.

Attributs

Voir aussi

S’applique à

ShowAsync(String)

Attention

L’espace de noms ApplicationModel.Wallet n’est plus pris en charge et sera bientôt déprécié. Les développeurs sont encouragés à éviter d’utiliser cet espace de noms.

Affiche l’élément avec l’ID donné dans l’interface utilisateur du portefeuille.

public:
 virtual IAsyncAction ^ ShowAsync(Platform::String ^ id) = ShowAsync;
/// [Windows.Foundation.Metadata.Overload("ShowItemAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAsync(winrt::hstring const& id);
/// [Windows.Foundation.Metadata.Overload("ShowItemAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IWalletItemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IAsyncAction ShowAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.Overload("ShowItemAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAsync(string id);
[Windows.Foundation.Metadata.Overload("ShowItemAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IWalletItemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public IAsyncAction ShowAsync(string id);
function showAsync(id)
Public Function ShowAsync (id As String) As IAsyncAction

Paramètres

id
String

Platform::String

winrt::hstring

ID de l’élément à afficher.

Retours

Action asynchrone. Si vous utilisez la programmation asynchrone, le type de résultat est void.

Attributs

Voir aussi

S’applique à