Freigeben über


WalletItem.IsAcknowledged Eigenschaft

Definition

Achtung

Der ApplicationModel.Wallet-Namespace wird nicht mehr unterstützt und wird bald veraltet sein. Entwickler werden empfohlen, die Verwendung dieses Namespaces zu vermeiden.

Ruft ab oder legt fest, ob dieses Element von der App bestätigt wird.

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

Eigenschaftswert

Boolean

bool

false , wenn das Element neu in der App ist (Standardeinstellung); Andernfalls true.

Attribute

Gilt für: