ITestElement.ParentExecId 属性

获取父对象的测试执行 ID。

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

语法

声明
Property ParentExecId As TestExecId
    Get
    Set
TestExecId ParentExecId { get; set; }
property TestExecId^ ParentExecId {
    TestExecId^ get ();
    void set (TestExecId^ value);
}
abstract ParentExecId : TestExecId with get, set
function get ParentExecId () : TestExecId
function set ParentExecId (value : TestExecId)

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestExecId
如果此元素不是顶级元素,则为父对象的测试执行 ID;否则为 TestExecId.Empty

.NET Framework 安全性

请参见

参考

ITestElement 接口

Microsoft.VisualStudio.TestTools.Common 命名空间

TestExecId