Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 595 Bytes

compositiongetvaluestatus.md

File metadata and controls

32 lines (20 loc) · 595 Bytes
-api-id -api-type
T:Windows.UI.Composition.CompositionGetValueStatus
winrt enum

CompositionGetValueStatus

-description

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

-enum-fields

-field Succeeded:0

The value successfully retrieved.

-field TypeMismatch:1

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

-field NotFound:2

The key-value pair does not exist.

-remarks

-examples

-see-also