Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
<PersistenceElementNameAttribute("messageKind")> _
Protected m_messageKind As TestMessageKind
'使用
Dim value As TestMessageKind
value = Me.m_messageKind
Me.m_messageKind = value
[PersistenceElementNameAttribute("messageKind")]
protected TestMessageKind m_messageKind
[PersistenceElementNameAttribute(L"messageKind")]
protected:
TestMessageKind m_messageKind
protected var m_messageKind : TestMessageKind
Field Value
Type: Microsoft.VisualStudio.TestTools.Common.TestMessageKind
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.