この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
このメンバーは UITechnologyElement.GetScrolledPercentage(ScrollDirection, IUITechnologyElement) をオーバーライドします。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll 内)
構文
'宣言
Public Overrides Function GetScrolledPercentage ( _
scrollDirection As ScrollDirection, _
scrollElement As IUITechnologyElement _
) As Integer
public override int GetScrolledPercentage(
ScrollDirection scrollDirection,
IUITechnologyElement scrollElement
)
public:
virtual int GetScrolledPercentage(
ScrollDirection scrollDirection,
IUITechnologyElement^ scrollElement
) override
abstract GetScrolledPercentage :
scrollDirection:ScrollDirection *
scrollElement:IUITechnologyElement -> int
override GetScrolledPercentage :
scrollDirection:ScrollDirection *
scrollElement:IUITechnologyElement -> int
public override function GetScrolledPercentage(
scrollDirection : ScrollDirection,
scrollElement : IUITechnologyElement
) : int
パラメーター
- scrollDirection
型: Microsoft.VisualStudio.TestTools.UITest.Extension.ScrollDirection
戻り値
型: System.Int32
Int32 を返します。
実装
IUITechnologyElement.GetScrolledPercentage(ScrollDirection, IUITechnologyElement)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight 名前空間