TestElement.ParentExecId 属性

获取或设置父级测试元素的 TestExecId

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

语法

声明
Public Property ParentExecId As TestExecId
    Get
    Set
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;否则为 nullnull 引用(在 Visual Basic 中为 Nothing)。

实现

ITestElement.ParentExecId

.NET Framework 安全性

请参见

参考

TestElement 类

Microsoft.VisualStudio.TestTools.Common 命名空间