共用方式為


IUITechnologyManager.GetNextSibling 方法

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

傳回 UI 階層中指定項目的下一個同層級項目。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
Function GetNextSibling ( _
    element As IUITechnologyElement _
) As IUITechnologyElement
IUITechnologyElement GetNextSibling(
    IUITechnologyElement element
)
IUITechnologyElement^ GetNextSibling(
    IUITechnologyElement^ element
)
abstract GetNextSibling : 
        element:IUITechnologyElement -> IUITechnologyElement 
function GetNextSibling(
    element : IUITechnologyElement
) : IUITechnologyElement

參數

傳回值

型別:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
下一個同層級項目。

.NET Framework 安全性

請參閱

參考

IUITechnologyManager 介面

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間

IUITechnologyElement