Compartilhar via


WalletItem.IsDisplayMessageLaunchable Propriedade

Definição

Cuidado

O namespace ApplicationModel.Wallet não tem mais suporte e em breve será preterido. Os desenvolvedores são incentivados a evitar o uso desse namespace.

Obtém ou define se o aplicativo deve ser iniciado quando o usuário toca no 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

Valor da propriedade

Boolean

bool

true se o aplicativo deve ser iniciado quando os usuários tocam na mensagem de exibição; Caso contrário, false;

Atributos

Aplica-se a

Confira também