UINavigationReading 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 ナビゲーション コントローラーから状態が取得された時刻。 |