Freigeben über


ITestElement.Properties-Eigenschaft

Ruft eine Auflistung der Eigenschaften für dieses Testelement ab.

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

Syntax

'Declaration
ReadOnly Property Properties As Hashtable
    Get
Hashtable Properties { get; }
property Hashtable^ Properties {
    Hashtable^ get ();
}
abstract Properties : Hashtable
function get Properties () : Hashtable

Eigenschaftswert

Typ: System.Collections.Hashtable
Eine Auflistung der Eigenschaften dieses Testelements.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestElement Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace