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