TestResult.m_categoryId Field

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

See Also

Reference

TestResult Class

TestResult Members

Microsoft.VisualStudio.TestTools.Common Namespace