Sdílet prostřednictvím


UITechnologyManagerProxy.GetChildren – metoda

Získává čítač pro děti danou IUITechnologyElement.

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

Syntaxe

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

Parametry

  • parsedQueryIdCookie
    Typ: Object

    Soubor cookie dříve analyzovanou QueryId filtr odpovídající děti.

Vrácená hodnota

Typ: IEnumerator
Čítač výčtu pro děti.

Implementuje

IUITechnologyManager.GetChildren(IUITechnologyElement, Object)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITechnologyManagerProxy Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů

ParseQueryId