EqtBaseCollection<T>.m_container Field
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the hash table that contains the collection.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Protected m_container As Hashtable
protected Hashtable m_container
protected:
Hashtable^ m_container
val mutable m_container: Hashtable
protected var m_container : Hashtable
.NET Framework Security
- 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.