Condividi tramite


WalletTransaction.IsLaunchable 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 avviare l'app quando l'utente tocca "Vedi più cronologia delle transazioni".

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

void IsLaunchable(bool value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletTransaction 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("IWalletTransaction is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
bool IsLaunchable();

void IsLaunchable(bool value);
public bool IsLaunchable { get; set; }
public bool IsLaunchable { [Windows.Foundation.Metadata.Deprecated("IWalletTransaction 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("IWalletTransaction 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 = walletTransaction.isLaunchable;
walletTransaction.isLaunchable = boolean;
Public Property IsLaunchable 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

Si applica a

Vedi anche