TestElement.m_properties Field

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

Syntax

'宣言
<PersistenceElementNameAttribute("properties")> _
Protected m_properties As Hashtable
'使用
Dim value As Hashtable

value = Me.m_properties

Me.m_properties = value
[PersistenceElementNameAttribute("properties")]
protected Hashtable m_properties
[PersistenceElementNameAttribute(L"properties")]
protected:
Hashtable^ m_properties
protected var m_properties : Hashtable

Field Value

Type: System.Collections.Hashtable

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace