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