IUITechnologyManager.GetParent 方法

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

获取 UI 层次结构中给定元素的父级。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Extension
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

声明
Function GetParent ( _
    element As IUITechnologyElement _
) As IUITechnologyElement
IUITechnologyElement GetParent(
    IUITechnologyElement element
)
IUITechnologyElement^ GetParent(
    IUITechnologyElement^ element
)
abstract GetParent : 
        element:IUITechnologyElement -> IUITechnologyElement
function GetParent(
    element : IUITechnologyElement
) : IUITechnologyElement

参数

返回值

类型:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
父元素。

.NET Framework 安全性

请参阅

参考

IUITechnologyManager 接口

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

IUITechnologyElement