UITechnologyManager.GetParent 方法
取得 UI 階層中指定項目的父項目。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Extension
組件: Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
語法
'宣告
Public MustOverride Function GetParent ( _
element As IUITechnologyElement _
) As IUITechnologyElement
public abstract IUITechnologyElement GetParent(
IUITechnologyElement element
)
public:
virtual IUITechnologyElement^ GetParent(
IUITechnologyElement^ element
) abstract
abstract GetParent :
element:IUITechnologyElement -> IUITechnologyElement
public abstract function GetParent(
element : IUITechnologyElement
) : IUITechnologyElement
參數
- element
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
IUITechnologyElement 物件。
傳回值
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
父項目。
實作
IUITechnologyManager.GetParent(IUITechnologyElement)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。