Condividi tramite


Metodo UITechnologyElement.GetQueryIdForRelatedElement

Restituisce l'ID di query di un elemento correlato.

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

Sintassi

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

Parametri

  • additionalInfo
    Tipo: System.Object
    Qualsiasi ulteriore informazione necessaria.Ad esempio, se relatedElement è Child, questo parametro contiene il nome dell'elemento figlio.
  • maxDepth
    Tipo: System.Int32%
    Livello massimo di profondità della ricerca dell'elemento correlato.

Valore restituito

Tipo: System.String
ID di query dell'elemento correlato.

Implementa

IUITechnologyElement.GetQueryIdForRelatedElement(UITestElementKind, Object, Int32%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITechnologyElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension

UITestElementKind