TestElement.m_parentExecutionId Field

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
<PersistenceElementNameAttribute("parentExecutId")> _
Protected m_parentExecutionId As TestExecId
'使用
Dim value As TestExecId

value = Me.m_parentExecutionId

Me.m_parentExecutionId = value
[PersistenceElementNameAttribute("parentExecutId")]
protected TestExecId m_parentExecutionId
[PersistenceElementNameAttribute(L"parentExecutId")]
protected:
TestExecId^ m_parentExecutionId
protected var m_parentExecutionId : TestExecId

Field Value

Type: Microsoft.VisualStudio.TestTools.Common.TestExecId

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace