UITechnologyElementProxy.GetQueryIdForRelatedElement 方法
取得 UITestElementKind 指定的相關項目的 QueryId。
命名空間: Microsoft.VisualStudio.TestTools.UITesting
組件: Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
語法
'宣告
Public Overrides Function GetQueryIdForRelatedElement ( _
relatedElement As UITestElementKind, _
additionalInfo As Object, _
<OutAttribute> ByRef maxDepth As Integer _
) As String
public override string GetQueryIdForRelatedElement(
UITestElementKind relatedElement,
Object additionalInfo,
out int maxDepth
)
public:
virtual String^ GetQueryIdForRelatedElement(
UITestElementKind relatedElement,
Object^ additionalInfo,
[OutAttribute] int% maxDepth
) override
abstract GetQueryIdForRelatedElement :
relatedElement:UITestElementKind *
additionalInfo:Object *
maxDepth:int byref -> string
override GetQueryIdForRelatedElement :
relatedElement:UITestElementKind *
additionalInfo:Object *
maxDepth:int byref -> string
public override function GetQueryIdForRelatedElement(
relatedElement : UITestElementKind,
additionalInfo : Object,
maxDepth : int
) : String
參數
- relatedElement
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.UITestElementKind
這種相關項目。
- additionalInfo
型別:System.Object
任何必要的其他資訊。
- maxDepth
型別:System.Int32%
要搜尋的最大深度在這個項目底下尋找所需的元件。
傳回值
型別:System.String
項目的 QueryId。
實作
IUITechnologyElement.GetQueryIdForRelatedElement(UITestElementKind, Object, Int32%)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。