다음을 통해 공유


TestElement.ParentExecId 속성

부모 테스트 요소의 TestExecId를 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Common
어셈블리:  Microsoft.VisualStudio.QualityTools.Common(Microsoft.VisualStudio.QualityTools.Common.dll)

구문

‘선언
Public Property ParentExecId As TestExecId
public TestExecId ParentExecId { get; set; }
public:
virtual property TestExecId^ ParentExecId {
    TestExecId^ get () sealed;
    void set (TestExecId^ value) sealed;
}
abstract ParentExecId : TestExecId with get, set 
override ParentExecId : TestExecId with get, set
final function get ParentExecId () : TestExecId 
final function set ParentExecId (value : TestExecId)

속성 값

형식: Microsoft.VisualStudio.TestTools.Common.TestExecId
부모 테스트 요소의 TestExecId를 사용할 수 있으면 해당 ID이고, 그렇지 않으면 nullNull 참조(Visual Basic의 경우 Nothing)입니다.

구현

ITestElement.ParentExecId

.NET Framework 보안

참고 항목

참조

TestElement 클래스

Microsoft.VisualStudio.TestTools.Common 네임스페이스