Partager via


IUITechnologyElement.GetQueryIdForRelatedElement, méthode

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
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

Paramètres

  • additionalInfo
    Type : System.Object
    Toutes les informations supplémentaires qui sont obligatoires.Par exemple, si relatedElement est Child, ce paramètre contient le nom de l'élément enfant.
  • maxDepth
    Type : System.Int32%
    Niveau jusqu'auquel rechercher l'élément associé.

Valeur de retour

Type : System.String
ID de requête pour l'élément associé.

Sécurité .NET Framework

Voir aussi

Référence

IUITechnologyElement Interface

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms

UITestElementKind