WalletItemStore.ShowAsync Metodo

Definizione

Overload

ShowAsync()

Attenzione

Lo spazio dei nomi ApplicationModel.Wallet non è più supportato e verrà presto deprecato. Gli sviluppatori sono invitati a evitare di usare questo spazio dei nomi.

Visualizza l'interfaccia utente portafoglio.

ShowAsync(String)

Attenzione

Lo spazio dei nomi ApplicationModel.Wallet non è più supportato e verrà presto deprecato. Gli sviluppatori sono invitati a evitare di usare questo spazio dei nomi.

Visualizza l'elemento con l'ID specificato nell'interfaccia utente di Portafoglio.

ShowAsync()

Attenzione

Lo spazio dei nomi ApplicationModel.Wallet non è più supportato e verrà presto deprecato. Gli sviluppatori sono invitati a evitare di usare questo spazio dei nomi.

Visualizza l'interfaccia utente portafoglio.

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

Restituisce

Azione asincrona. Se si usa la programmazione asincrona, il tipo di risultato è void.

Attributi

Vedi anche

Si applica a

ShowAsync(String)

Attenzione

Lo spazio dei nomi ApplicationModel.Wallet non è più supportato e verrà presto deprecato. Gli sviluppatori sono invitati a evitare di usare questo spazio dei nomi.

Visualizza l'elemento con l'ID specificato nell'interfaccia utente di Portafoglio.

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

Parametri

id
String

Platform::String

winrt::hstring

ID dell'elemento da visualizzare.

Restituisce

Azione asincrona. Se si usa la programmazione asincrona, il tipo di risultato è void.

Attributi

Vedi anche

Si applica a