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