共用方式為


IUITechnologyManager.GetChildren 方法

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

傳回指定項目中之子項目的列舉程式。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
<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

參數

  • parsedQueryIdCookie
    型別:System.Object
    先前剖析之查詢項目的 Cookie。

傳回值

型別:System.Collections.IEnumerator
子項目集合的列舉程式。

.NET Framework 安全性

請參閱

參考

IUITechnologyManager 介面

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間