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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.