UITechnologyElementProxy.EnsureVisibleByScrolling, méthode
Fait défiler l'élément dans la vue.
Si le gestionnaire de technologie ne prend pas en charge plusieurs conteneurs de défilement, l'outPointX et l'outPointY doivent être retournés comme -1, -1.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Overrides Sub EnsureVisibleByScrolling ( _
pointX As Integer, _
pointY As Integer, _
ByRef outpointX As Integer, _
ByRef outpointY As Integer _
)
public override void EnsureVisibleByScrolling(
int pointX,
int pointY,
ref int outpointX,
ref int outpointY
)
public:
virtual void EnsureVisibleByScrolling(
int pointX,
int pointY,
int% outpointX,
int% outpointY
) override
abstract EnsureVisibleByScrolling :
pointX:int *
pointY:int *
outpointX:int byref *
outpointY:int byref -> unit
override EnsureVisibleByScrolling :
pointX:int *
pointY:int *
outpointX:int byref *
outpointY:int byref -> unit
public override function EnsureVisibleByScrolling(
pointX : int,
pointY : int,
outpointX : int,
outpointY : int
)
Paramètres
pointX
Type : Int32Relatif x du point à rendre visible.
pointY
Type : Int32Y du parent du point à rendre visible.
- outpointX
Type : Int32%
- outpointY
Type : Int32%
Implémentations
IUITechnologyElement.EnsureVisibleByScrolling(Int32, Int32, Int32%, Int32%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
UITechnologyElementProxy Classe