次の方法で共有


UINavigationReading 構造体

定義

UI ナビゲーション コントローラーの現在の状態を表します。

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
継承
UINavigationReading
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

フィールド

OptionalButtons

オプションの UI ナビゲーション コントローラー ボタンの状態。

RequiredButtons

必要な UI ナビゲーション コントローラー ボタンの状態。

Timestamp

UI ナビゲーション コントローラーから状態が取得された時刻。

適用対象