Partilhar via


Método UITechnologyElementProxy.GetClickablePoint

Obtém um ponto clicável para esse elemento.A estrutura usará isso para obter o ponto clicável se UITechnologyElement.GetOption () UITechnologyElementOption.GetClickablePointFrom retorna GetClickablePointFromTechnologyManager.Para usar o algoritmo padrão fornecido pela estrutura, acione NotSupportedException.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Overrides Sub GetClickablePoint ( _
    <OutAttribute> ByRef pointX As Integer, _
    <OutAttribute> ByRef pointY As Integer _
)
public override void GetClickablePoint(
    out int pointX,
    out int pointY
)
public:
virtual void GetClickablePoint(
    [OutAttribute] int% pointX, 
    [OutAttribute] int% pointY
) override
abstract GetClickablePoint : 
        pointX:int byref * 
        pointY:int byref -> unit 
override GetClickablePoint : 
        pointX:int byref * 
        pointY:int byref -> unit 
public override function GetClickablePoint(
    pointX : int, 
    pointY : int
)

Parâmetros

  • pointX
    Tipo: System.Int32%
    A coordenada x do ponto clicável.
  • pointY
    Tipo: System.Int32%
    A coordenada y do ponto clicável.

Implementações

IUITechnologyElement.GetClickablePoint(Int32%, Int32%)

Exceções

Exceção Condição
NotSupportedException

Gera System.NotSupportedException se esta operação não é suportada.

Segurança do .NET Framework

Consulte também

Referência

UITechnologyElementProxy Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting

GetClickablePointFrom