CompositionGetValueStatus CompositionGetValueStatus CompositionGetValueStatus CompositionGetValueStatus Enum

Definition

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

public : enum class CompositionGetValueStatuspublic enum CompositionGetValueStatusPublic Enum CompositionGetValueStatus// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

NotFound NotFound NotFound NotFound

The key-value pair does not exist.

Succeeded Succeeded Succeeded Succeeded

The value successfully retrieved.

TypeMismatch TypeMismatch TypeMismatch TypeMismatch

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