Sdílet prostřednictvím


IUITechnologyManager.GetChildren – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

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)> _
Function GetChildren ( _
    element As IUITechnologyElement, _
    parsedQueryIdCookie As Object _
) As IEnumerator
[ComVisibleAttribute(true)]
IEnumerator GetChildren(
    IUITechnologyElement element,
    Object parsedQueryIdCookie
)
[ComVisibleAttribute(true)]
IEnumerator^ GetChildren(
    IUITechnologyElement^ element, 
    Object^ parsedQueryIdCookie
)
[<ComVisibleAttribute(true)>]
abstract GetChildren : 
        element:IUITechnologyElement * 
        parsedQueryIdCookie:Object -> IEnumerator 
function GetChildren(
    element : IUITechnologyElement, 
    parsedQueryIdCookie : Object
) : IEnumerator

Parametry

  • parsedQueryIdCookie
    Typ: System.Object
    Soubor cookie prvek dříve analyzovanou dotazu.

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IUITechnologyManager Rozhraní

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