次の方法で共有


WalletItem.IsMoreTransactionHistoryLaunchable プロパティ

定義

注意事項

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 の使用」の「Wallet によるアプリのアクティブ化の処理」セクションを参照してください。

適用対象

こちらもご覧ください