Udostępnij za pośrednictwem


Metoda IUITechnologyElement.GetQueryIdForRelatedElement —

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

'Deklaracja
Function GetQueryIdForRelatedElement ( _
    relatedElement As UITestElementKind, _
    additionalInfo As Object, _
    <OutAttribute> ByRef maxDepth As Integer _
) As String
string GetQueryIdForRelatedElement(
    UITestElementKind relatedElement,
    Object additionalInfo,
    out int maxDepth
)
String^ GetQueryIdForRelatedElement(
    UITestElementKind relatedElement, 
    Object^ additionalInfo, 
    [OutAttribute] int% maxDepth
)
abstract GetQueryIdForRelatedElement : 
        relatedElement:UITestElementKind * 
        additionalInfo:Object * 
        maxDepth:int byref -> string 
function GetQueryIdForRelatedElement(
    relatedElement : UITestElementKind, 
    additionalInfo : Object, 
    maxDepth : int
) : String

Parametry

  • additionalInfo
    Typ: System.Object
    Wszelkie dodatkowe informacje, które jest wymagane.Na przykład jeśli relatedElement jest Child, ten parametr będzie zawierać nazwę elementu podrzędnego.
  • maxDepth
    Typ: System.Int32%
    Maksymalny poziom głębokość wyszukiwania dla elementu powiązanego.

Wartość zwracana

Typ: System.String
Identyfikator kwerendy dla elementu powiązanego.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IUITechnologyElement Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension

UITestElementKind