Método UITechnologyElement.GetQueryIdForRelatedElement

Retorna a ID de consulta para um elemento relacionado.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
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

Parâmetros

  • additionalInfo
    Tipo: System.Object
    Qualquer informação adicional é necessária.Por exemplo, se o relatedElement é Child, este parâmetro conteria o nome do elemento filho.
  • maxDepth
    Tipo: System.Int32%
    O nível máximo de profundidade para procurar o elemento relacionado.

Valor de retorno

Tipo: System.String
A identificação da consulta para o elemento relacionado.

Implementações

IUITechnologyElement.GetQueryIdForRelatedElement(UITestElementKind, Object, Int32%)

Segurança do .NET Framework

Consulte também

Referência

UITechnologyElement Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension

UITestElementKind