Sdílet prostřednictvím


UITechnologyElement.GetQueryIdForRelatedElement – metoda

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Extension
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Extension (v Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Deklarace
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

Parametry

  • additionalInfo
    Typ: Object
  • maxDepth
    Typ: Int32%

Vrácená hodnota

Typ: String

Implementuje

IUITechnologyElement.GetQueryIdForRelatedElement(UITestElementKind, Object, Int32%)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITechnologyElement Třída

Microsoft.VisualStudio.TestTools.UITest.Extension – obor názvů