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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。