WalletTransaction.IsLaunchable 属性

定义

注意

ApplicationModel.Wallet 命名空间不再受支持,不久将弃用。 建议开发人员避免使用此命名空间。

获取或设置在用户点击“查看更多事务历史记录”时是否启动应用。

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

属性值

Boolean

bool

如果用户 点击“查看更多交易历史记录”时应启动应用,则为 true;否则为 false

属性

适用于

另请参阅