WalletItem.IsMoreTransactionHistoryLaunchable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
不再支援 ApplicationModel.Wallet 命名空間,即將淘汰。 建議開發人員避免使用此命名空間。
取得或設定當使用者點選 [查看更多交易歷程記錄] 時,是否應該啟動您的應用程式。
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
屬性值
Boolean
bool
如果當使用者點選 [查看更多交易歷程記錄] 時應該啟動您的應用程式,則為true,否則為 false。
- 屬性
備註
如需使用 電子錢包 啟用的詳細資訊,請參閱 快速入門:使用 API的一節。