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
父元素或空,则将的元素是根元素此技术。

实现

IUITechnologyManager.GetParent(IUITechnologyElement)

.NET Framework 安全性

请参阅

参考

UITechnologyManagerProxy 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间