TestElement.m_isGroupable Field

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
<PersistenceElementNameAttribute("isGroupable")> _
Protected m_isGroupable As Boolean
'使用
Dim value As Boolean

value = Me.m_isGroupable

Me.m_isGroupable = value
[PersistenceElementNameAttribute("isGroupable")]
protected bool m_isGroupable
[PersistenceElementNameAttribute(L"isGroupable")]
protected:
bool m_isGroupable
protected var m_isGroupable : boolean

Field Value

Type: System.Boolean

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace