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
- 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.