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
参数
element
类型:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement父级是需要的元素。
返回值
类型:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
父元素或空,则将的元素是根元素此技术。
实现
IUITechnologyManager.GetParent(IUITechnologyElement)
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。