Sdílet prostřednictvím


UITechnologyElement.GetQueryIdForRelatedElement – metoda

Vrátí ID dotazu pro související prvky.

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: System.Object
    Požadované dodatečné informace.Například pokud relatedElement je Child, tento parametr by obsahovat název podřízený prvek.
  • maxDepth
    Typ: System.Int32%
    Maximální limit hloubky hledání souvisejících prvků.

Vrácená hodnota

Typ: System.String
ID dotazu souvisejících prvků.

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ů

UITestElementKind