UITechnologyManagerProxy.GetNextSibling メソッド
ユーザー インターフェイスの階層内の特定の要素の次の兄弟を取得します。
名前空間: Microsoft.VisualStudio.TestTools.UITesting
アセンブリ: Microsoft.VisualStudio.TestTools.UITesting (Microsoft.VisualStudio.TestTools.UITesting.dll 内)
構文
'宣言
Public Overrides Function GetNextSibling ( _
element As IUITechnologyElement _
) As IUITechnologyElement
public override IUITechnologyElement GetNextSibling(
IUITechnologyElement element
)
public:
virtual IUITechnologyElement^ GetNextSibling(
IUITechnologyElement^ element
) override
abstract GetNextSibling :
element:IUITechnologyElement -> IUITechnologyElement
override GetNextSibling :
element:IUITechnologyElement -> IUITechnologyElement
public override function GetNextSibling(
element : IUITechnologyElement
) : IUITechnologyElement
パラメーター
- element
型 : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
次の兄弟が必要な要素。
戻り値
型 : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
が 1 の場合、次の兄弟場合は null。
実装
IUITechnologyManager.GetNextSibling(IUITechnologyElement)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。