TestElement.m_executionId Field

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

Syntax

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

value = Me.m_executionId

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

Field Value

Type: Microsoft.VisualStudio.TestTools.Common.TestExecId

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace