CompositionGetValueStatus Enum

Definition

Indicates the outcome of an attempt to retrieve the value of a key-value pair.

public enum class CompositionGetValueStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class CompositionGetValueStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class CompositionGetValueStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum CompositionGetValueStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum CompositionGetValueStatus
var value = Microsoft.UI.Composition.CompositionGetValueStatus.succeeded
Public Enum CompositionGetValueStatus
Inheritance
CompositionGetValueStatus
Attributes

Fields

NotFound 2

The key-value pair does not exist.

Succeeded 0

The value successfully retrieved.

TypeMismatch 1

The value type of the key-value pair is different than the value type requested.

Applies to