WalletItem.IsDisplayMessageLaunchable 属性

定义

注意

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

获取或设置当用户点击 DisplayMessage 时是否启动应用。

public:
 property bool IsDisplayMessageLaunchable { bool get(); void set(bool value); };
bool IsDisplayMessageLaunchable();

void IsDisplayMessageLaunchable(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 IsDisplayMessageLaunchable();

void IsDisplayMessageLaunchable(bool value);
public bool IsDisplayMessageLaunchable { get; set; }
public bool IsDisplayMessageLaunchable { [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.isDisplayMessageLaunchable;
walletItem.isDisplayMessageLaunchable = boolean;
Public Property IsDisplayMessageLaunchable As Boolean

属性值

Boolean

bool

如果 应用应在用户点击显示消息时启动,则为 true;否则为 false;

属性

适用于

另请参阅