Compartir a través de


WalletTransaction.IsLaunchable Propiedad

Definición

Precaución

El espacio de nombres ApplicationModel.Wallet ya no se admite y pronto quedará en desuso. Se recomienda a los desarrolladores evitar el uso de este espacio de nombres.

Obtiene o establece si se inicia la aplicación cuando el usuario pulsa "ver más historial de transacciones".

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

Valor de propiedad

Boolean

bool

True si se debe iniciar la aplicación cuando el usuario pulsa "ver más historial de transacciones"; de lo contrario, false.

Atributos

Se aplica a

Consulte también