WalletItem.IsMoreTransactionHistoryLaunchable Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
El espacio de nombres ApplicationModel.Wallet ya no se admite y pronto estará en desuso. Se recomienda a los desarrolladores evitar el uso de este espacio de nombres.
Obtiene o establece si la aplicación se debe iniciar cuando el usuario pulsa "ver más historial de transacciones".
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
Valor de propiedad
bool
true si la aplicación se debe iniciar cuando el usuario pulsa "ver más historial de transacciones", de lo contrario, false.
- Atributos
Comentarios
Para obtener más información sobre el uso de la activación de Wallet , consulta la sección "Control de la activación de aplicaciones por Wallet" de Inicio rápido: Uso de las API.