Sdílet prostřednictvím


UITechnologyElementProxy.GetQueryIdForRelatedElement – metoda

Získá pro související prvek určený UITestElementKind QueryId.

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

Syntaxe

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

Parametry

  • additionalInfo
    Typ: System.Object
    Požadované dodatečné informace.
  • maxDepth
    Typ: System.Int32%
    Maximální hloubka hledání pod tímto elementem najít požadované součásti.

Vrácená hodnota

Typ: System.String
QueryId prvku.

Implementuje

IUITechnologyElement.GetQueryIdForRelatedElement(UITestElementKind, Object, Int32%)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITechnologyElementProxy Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů