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