Sdílet prostřednictvím


UITechnologyManager.GetChildren – metoda

Vrátí čítač výčtu podřízené prvky daný prvek.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Extension
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Extension (v Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Deklarace
<ComVisibleAttribute(True)> _
Public MustOverride Function GetChildren ( _
    element As IUITechnologyElement, _
    parsedQueryIdCookie As Object _
) As IEnumerator
[ComVisibleAttribute(true)]
public abstract IEnumerator GetChildren(
    IUITechnologyElement element,
    Object parsedQueryIdCookie
)
[ComVisibleAttribute(true)]
public:
virtual IEnumerator^ GetChildren(
    IUITechnologyElement^ element, 
    Object^ parsedQueryIdCookie
) abstract
[<ComVisibleAttribute(true)>]
abstract GetChildren : 
        element:IUITechnologyElement * 
        parsedQueryIdCookie:Object -> IEnumerator 
public abstract function GetChildren(
    element : IUITechnologyElement, 
    parsedQueryIdCookie : Object
) : IEnumerator

Parametry

  • parsedQueryIdCookie
    Typ: System.Object
    Soubor cookie dříve analyzovanou IQueryElement filtrovat pomocí odpovídající děti QueryId vlastnosti každého prvku.

Vrácená hodnota

Typ: System.Collections.IEnumerator
Čítač výčtu kolekce podřízené prvky.

Implementuje

IUITechnologyManager.GetChildren(IUITechnologyElement, Object)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITechnologyManager Třída

Microsoft.VisualStudio.TestTools.UITest.Extension – obor názvů

IUITechnologyElement

IQueryElement