UITechnologyElement.GetScrolledPercentage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
abstract int GetScrolledPercentage(Microsoft::VisualStudio::TestTools::UITest::Extension::ScrollDirection scrollDirection, Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ scrollElement);
public abstract int GetScrolledPercentage (Microsoft.VisualStudio.TestTools.UITest.Extension.ScrollDirection scrollDirection, Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement scrollElement);
abstract member GetScrolledPercentage : Microsoft.VisualStudio.TestTools.UITest.Extension.ScrollDirection * Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement -> int
Public MustOverride Function GetScrolledPercentage (scrollDirection As ScrollDirection, scrollElement As IUITechnologyElement) As Integer
Parameters
- scrollDirection
- ScrollDirection
- scrollElement
- IUITechnologyElement