Condividi tramite


WalletItem.IsMoreTransactionHistoryLaunchable Proprietà

Definizione

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.

Ottiene o imposta un valore che indica se l'app deve essere avviata quando l'utente tocca "Vedi più cronologia delle transazioni".

public:
 property bool IsMoreTransactionHistoryLaunchable { bool get(); void set(bool value); };
bool IsMoreTransactionHistoryLaunchable();

void IsMoreTransactionHistoryLaunchable(bool value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
bool IsMoreTransactionHistoryLaunchable();

void IsMoreTransactionHistoryLaunchable(bool value);
public bool IsMoreTransactionHistoryLaunchable { get; set; }
public bool IsMoreTransactionHistoryLaunchable { [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] set; }
var boolean = walletItem.isMoreTransactionHistoryLaunchable;
walletItem.isMoreTransactionHistoryLaunchable = boolean;
Public Property IsMoreTransactionHistoryLaunchable As Boolean

Valore della proprietà

Boolean

bool

true se l'app deve essere avviata quando l'utente tocca "Vedi più cronologia delle transazioni", in caso contrario, false.

Attributi

Commenti

Per altre info sull'uso dell'attivazione di Portafoglio , vedi la sezione "Gestione dell'attivazione dell'app per portafoglio" di Avvio rapido: Uso delle API.

Si applica a

Vedi anche