共用方式為


UITechnologyManagerProxy.GetParent 方法

取得指定之項目的父代在使用者介面階層架構。

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

語法

'宣告
Public Overrides Function GetParent ( _
    element As IUITechnologyElement _
) As IUITechnologyElement
public override IUITechnologyElement GetParent(
    IUITechnologyElement element
)
public:
virtual IUITechnologyElement^ GetParent(
    IUITechnologyElement^ element
) override
abstract GetParent : 
        element:IUITechnologyElement -> IUITechnologyElement  
override GetParent : 
        element:IUITechnologyElement -> IUITechnologyElement
public override function GetParent(
    element : IUITechnologyElement
) : IUITechnologyElement

參數

傳回值

類型:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
父項目或 null,如果傳遞的是根項目在這個技術。

實作

IUITechnologyManager.GetParent(IUITechnologyElement)

.NET Framework 安全性

請參閱

參考

UITechnologyManagerProxy 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間