TestElement.m_enabled Field

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

Syntax

'宣言
<PersistenceElementNameAttribute("enabled")> _
Protected Friend m_enabled As Boolean
'使用
Dim value As Boolean

value = Me.m_enabled

Me.m_enabled = value
[PersistenceElementNameAttribute("enabled")]
protected internal bool m_enabled
[PersistenceElementNameAttribute(L"enabled")]
protected public:
bool m_enabled
protected internal var m_enabled : boolean

Field Value

Type: System.Boolean

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace