Partager via


IUITechnologyElement.EnsureVisibleByScrolling, méthode

Fait défiler cet élément dans la vue de l'interface utilisateur.

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

Syntaxe

'Déclaration
Sub EnsureVisibleByScrolling ( _
    pointX As Integer, _
    pointY As Integer, _
    ByRef outpointX As Integer, _
    ByRef outpointY As Integer _
)
void EnsureVisibleByScrolling(
    int pointX,
    int pointY,
    ref int outpointX,
    ref int outpointY
)
void EnsureVisibleByScrolling(
    int pointX, 
    int pointY, 
    int% outpointX, 
    int% outpointY
)
abstract EnsureVisibleByScrolling : 
        pointX:int * 
        pointY:int * 
        outpointX:int byref * 
        outpointY:int byref -> unit 
function EnsureVisibleByScrolling(
    pointX : int, 
    pointY : int, 
    outpointX : int, 
    outpointY : int
)

Paramètres

  • pointX
    Type : System.Int32
    Coordonnée x relative à rendre visible.
  • pointY
    Type : System.Int32
    Coordonnée y relative à rendre visible.
  • outpointX
    Type : System.Int32%
    Coordonnée x relative du point par rapport au conteneur le plus haut après le défilement.
  • outpointY
    Type : System.Int32%
    Coordonnée y relative du point par rapport au conteneur le plus haut après le défilement.

Sécurité .NET Framework

Voir aussi

Référence

IUITechnologyElement Interface

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