最終更新:2021-10-10 (日) 03:49:34 (947d)  

System.Windows.Automation.TreeScope
Top / System.Windows.Automation.TreeScope

Contains values that specify the scope of elements within the UI Automation tree.

https://docs.microsoft.com/ja-jp/dotnet/api/system.windows.automation.treescope?view=windowsdesktop-5.0

フィールド

  • TreeScope.Element?1Specifies that the search include the element itself.要素自体を含む
    TreeScope.Children?2Specifies that the search include the element's immediate children.要素の直接の子を含む
    TreeScope.Descendants?4Specifies that the search include the element's descendants, including children.要素の子孫を含む
    TreeScope.Parent?8Specifies that the search include the element's parent. Not supported.
    TreeScope.Subtree?7Specifies that the search include the root of the search and all descendants.
    TreeScope.Ancestors?16Specifies that the search include the element's ancestors, including the parent. Not supported.