Compartir a través de


WalletItem.IsDisplayMessageLaunchable Propiedad

Definición

Precaución

El espacio de nombres ApplicationModel.Wallet ya no se admite y pronto estará en desuso. Se recomienda a los desarrolladores evitar el uso de este espacio de nombres.

Obtiene o establece si se inicia la aplicación cuando el usuario pulsa en 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 de propiedad

Boolean

bool

true si la aplicación debe iniciarse cuando los usuarios pulsan en el mensaje de presentación; De lo contrario, false;

Atributos

Se aplica a

Consulte también