AutomationPeerHelperAddChildren - метод
Помощник добавления всех дочерних элементов, для которых есть узлы автоматизации.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public static void AddChildren(
UIElement parent,
List<AutomationPeer> automationChilds,
Func<UIElement, bool> skipElementFilter = null
)
Public Shared Sub AddChildren (
parent As UIElement,
automationChilds As List(Of AutomationPeer),
Optional skipElementFilter As Func(Of UIElement, Boolean) = Nothing
)
public:
static void AddChildren(
UIElement^ parent,
List<AutomationPeer^>^ automationChilds,
Func<UIElement^, bool>^ skipElementFilter = nullptr
)
static member AddChildren :
parent : UIElement *
automationChilds : List<AutomationPeer> *
?skipElementFilter : Func<UIElement, bool>
(* Defaults:
let _skipElementFilter = defaultArg skipElementFilter null
*)
-> unit
Параметры
- parent UIElement
- Родительский элемент.
- automationChilds ListAutomationPeer
- Список для добавления.
- skipElementFilter FuncUIElement, Boolean (Optional)
- Фильтр, отсекающий ненужные элементы.