Condividi tramite


WalletItem.IsDisplayMessageLaunchable Proprietà

Definizione

Attenzione

Lo spazio dei nomi ApplicationModel.Wallet non è più supportato e verrà presto deprecato. Gli sviluppatori sono invitati a evitare di usare questo spazio dei nomi.

Ottiene o imposta se avviare l'app quando l'utente tocca 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

Valore della proprietà

Boolean

bool

true se l'app deve avviare quando gli utenti toccano il messaggio visualizzato; In caso contrario, false;

Attributi

Si applica a

Vedi anche