Share via


RequiredUINavigationButtons 列挙型

定義

ナビゲーション コントローラーとして表示されるコントローラーで使用するために必要なボタンを指定します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class RequiredUINavigationButtons
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class RequiredUINavigationButtons
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum RequiredUINavigationButtons
var value = Windows.Gaming.Input.RequiredUINavigationButtons.none
Public Enum RequiredUINavigationButtons
継承
RequiredUINavigationButtons
属性

Windows の要件

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

フィールド

Accept 4

[承諾] ボタンが必要です。

Cancel 8

[キャンセル] ボタンが必要です。

Down 32

[下へ] ボタンが必要です。

Left 64

左ボタンが必要です。

Menu 1

メニュー ボタンが必要です。

None 0

必要なボタンはありません。

Right 128

右ボタンが必要です。

Up 16

[上へ] ボタンが必要です。

View 2

[表示] ボタンが必要です。

適用対象