Aracılığıyla paylaş


IUITechnologyManager.GetChildren Yöntem

Bu API, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.

Bir numaralayıcı için alt öğeleri belirli öğeyi döndürür.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITest.Extension
Derleme:  Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll içinde)

Sözdizimi

'Bildirim
<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

Parametreler

  • parsedQueryIdCookie
    Tür: System.Object
    Önceden ayrıştırılmış sorgu öğesi tanımlama.

Dönüş Değeri

Tür: System.Collections.IEnumerator
Alt öğe topluluğu için bir sýralayýcý.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IUITechnologyManager Arabirim

Microsoft.VisualStudio.TestTools.UITest.Extension Ad Alanı