WalletItem.IsAcknowledged Propriété

Définition

Attention

L’espace de noms ApplicationModel.Wallet n’est plus pris en charge et sera bientôt déprécié. Les développeurs sont encouragés à éviter d’utiliser cet espace de noms.

Obtient ou définit si cet élément est reconnu par l’application.

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

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

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

Valeur de propriété

Boolean

bool

false si l’élément est nouveau dans l’application (valeur par défaut) ; Sinon, true.

Attributs

S’applique à