Condividi tramite


Metodo UITechnologyElementProxy.GetQueryIdForRelatedElement

Ottiene QueryId per l'elemento correlato specificato da UITestElementKind.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

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

Parametri

  • additionalInfo
    Tipo: System.Object
    Qualsiasi ulteriore informazione necessaria.
  • maxDepth
    Tipo: System.Int32%
    La profondità massima da trovare in questo elemento per trovare il componente obbligatorio.

Valore restituito

Tipo: System.String
QueryId dell'elemento.

Implementa

IUITechnologyElement.GetQueryIdForRelatedElement(UITestElementKind, Object, Int32%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITechnologyElementProxy Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting