UITechnologyManager.GetChildren メソッド
指定された要素内の子要素の列挙子を返します。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Extension
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll 内)
構文
'宣言
<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
パラメーター
- element
型 : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
IUITechnologyElement オブジェクト。
- parsedQueryIdCookie
型 : System.Object
各要素の QueryId プロパティを使用して一致する子をフィルター処理するために、既に解析されている IQueryElement のクッキー。
戻り値
型 : System.Collections.IEnumerator
子要素のコレクションの列挙子。
実装
IUITechnologyManager.GetChildren(IUITechnologyElement, Object)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。