IUITechnologyElement.GetQueryIdForRelatedElement メソッド
名前空間: Microsoft.VisualStudio.TestTools.UITest.Extension
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll 内)
構文
'宣言
Function GetQueryIdForRelatedElement ( _
relatedElement As UITestElementKind, _
additionalInfo As Object, _
<OutAttribute> ByRef maxDepth As Integer _
) As String
string GetQueryIdForRelatedElement(
UITestElementKind relatedElement,
Object additionalInfo,
out int maxDepth
)
String^ GetQueryIdForRelatedElement(
UITestElementKind relatedElement,
Object^ additionalInfo,
[OutAttribute] int% maxDepth
)
abstract GetQueryIdForRelatedElement :
relatedElement:UITestElementKind *
additionalInfo:Object *
maxDepth:int byref -> string
function GetQueryIdForRelatedElement(
relatedElement : UITestElementKind,
additionalInfo : Object,
maxDepth : int
) : String
パラメーター
- relatedElement
型 : Microsoft.VisualStudio.TestTools.UITest.Extension.UITestElementKind
UITestElementKind 列挙体のメンバー。
- additionalInfo
型 : System.Object
必要となる追加情報。たとえば、relatedElement が Child の場合、このパラメーターには子要素の名前が含まれます。
- maxDepth
型 : System.Int32%
関連付けられる要素を検索する深さの最大レベル。
戻り値
型 : System.String
関連付けられる要素のクエリ ID。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。