UITechnologyElementProxy.EnsureVisibleByScrolling, méthode
Fait défiler cet élément dans la vue.
Si le gestionnaire de technologies ne prend pas en charge plusieurs conteneurs de défilement, l'outPointX et l'outPointY doivent être retournés sous la forme -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 : System.Int32
Relatif x du point à rendre visible.
- pointY
Type : System.Int32
y de parent du point à rendre visible.
- outpointX
Type : System.Int32%
- outpointY
Type : System.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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
UITechnologyElementProxy Classe