TestElement.Properties Property

Gets a collection of the properties for this test element.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Properties As Hashtable
public virtual Hashtable Properties { get; }
public:
virtual property Hashtable^ Properties {
    Hashtable^ get ();
}
abstract Properties : Hashtable
override Properties : Hashtable
function get Properties () : Hashtable

Property Value

Type: System.Collections.Hashtable
A collection of the properties of this test element.

Implements

ITestElement.Properties

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace