UITechnologyManager.GetNextSibling(IUITechnologyElement) 方法

定义

返回 UI 层次结构中给定元素的下一个同级元素。

public:
 abstract Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ GetNextSibling(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element);
public abstract Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement GetNextSibling (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element);
abstract member GetNextSibling : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement -> Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Public MustOverride Function GetNextSibling (element As IUITechnologyElement) As IUITechnologyElement

参数

返回

IUITechnologyElement

下一个同级元素。

实现

适用于