TestElement.m_priority Field

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

Syntax

'宣言
<PersistenceElementNameAttribute("priority")> _
Protected m_priority As Integer
'使用
Dim value As Integer

value = Me.m_priority

Me.m_priority = value
[PersistenceElementNameAttribute("priority")]
protected int m_priority
[PersistenceElementNameAttribute(L"priority")]
protected:
int m_priority
protected var m_priority : int

Field Value

Type: System.Int32

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace