CompositionGetValueStatus Enum

Definition

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

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum CompositionGetValueStatus
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum CompositionGetValueStatus
Inheritance
CompositionGetValueStatus
Attributes

Fields

Name Value Description
Succeeded 0

The value successfully retrieved.

TypeMismatch 1

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

NotFound 2

The key-value pair does not exist.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6