UITechnologyElement.GetQueryIdForRelatedElement メソッド
関連付けられる要素のクエリ ID を返します。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Extension
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll 内)
構文
'宣言
Public MustOverride Function GetQueryIdForRelatedElement ( _
relatedElement As UITestElementKind, _
additionalInfo As Object, _
<OutAttribute> ByRef maxDepth As Integer _
) As String
public abstract string GetQueryIdForRelatedElement(
UITestElementKind relatedElement,
Object additionalInfo,
out int maxDepth
)
public:
virtual String^ GetQueryIdForRelatedElement(
UITestElementKind relatedElement,
Object^ additionalInfo,
[OutAttribute] int% maxDepth
) abstract
abstract GetQueryIdForRelatedElement :
relatedElement:UITestElementKind *
additionalInfo:Object *
maxDepth:int byref -> string
public abstract 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。
実装
IUITechnologyElement.GetQueryIdForRelatedElement(UITestElementKind, Object, Int32%)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。