共用方式為


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

參數

傳回值

類型:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
下一個同層級或 null,如果不存在。

實作

IUITechnologyManager.GetNextSibling(IUITechnologyElement)

.NET Framework 安全性

請參閱

參考

UITechnologyManagerProxy 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間