Freigeben über


ITestContext.Properties-Eigenschaft

Ruft die Eigenschaften für diesen Testkontext ab.

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

Syntax

'Declaration
ReadOnly Property Properties As IDictionary(Of String, Object)
IDictionary<string, Object> Properties { get; }
property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get ();
}
abstract Properties : IDictionary<string, Object> with get
function get Properties () : IDictionary<String, Object>

Eigenschaftswert

Typ: IDictionary<String, Object>
Ein IDictionary-Objekt, das die Eigenschaften für diesen Testkontext enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestContext Schnittstelle

Microsoft.VisualStudio.TestTools.Execution-Namespace