次の方法で共有


AutomationNavigationDirection 列挙型

定義

Microsoft UI オートメーション ツリー内のナビゲーションの方向を定義します。

public enum class AutomationNavigationDirection
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationNavigationDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationNavigationDirection
Public Enum AutomationNavigationDirection
継承
AutomationNavigationDirection
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

FirstChild 3

現在のノードの最初の子に移動します。

LastChild 4

現在のノードの最後の子に移動します。

NextSibling 1

現在のノードの次の兄弟に移動します。

Parent 0

現在のノードの親に移動します。

PreviousSibling 2

現在のノードの前の兄弟に移動します。

適用対象