Share via


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

See Also

Reference

EqtBaseCollection<T> Class

Microsoft.VisualStudio.TestTools.Common Namespace