UINavigationReading Struct

Definition

Represents the current state of the UI navigation controller.

public value class UINavigationReading
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
struct UINavigationReading
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public struct UINavigationReading
var uINavigationReading = {
timestamp : /* Your value */,
requiredButtons : /* Your value */,
optionalButtons : /* Your value */
}
Public Structure UINavigationReading
Inheritance
UINavigationReading
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Fields

OptionalButtons

The state of the optional UI navigation controller buttons.

RequiredButtons

The state of the required UI navigation controller buttons.

Timestamp

Time when the state was retrieved from the UI navigation controller.

Applies to