다음을 통해 공유


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

매개 변수

반환 값

형식: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
부모 요소입니다.

구현

IUITechnologyManager.GetParent(IUITechnologyElement)

.NET Framework 보안

참고 항목

참조

UITechnologyManager 클래스

Microsoft.VisualStudio.TestTools.UITest.Extension 네임스페이스

IUITechnologyElement