Compartilhar via


Propriedade ITestContext.Properties

Obtém as propriedades para este contexto de teste.

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

Sintaxe

'Declaração
ReadOnly Property Properties As IDictionary(Of String, Object)
    Get
IDictionary<string, Object> Properties { get; }
property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get ();
}
abstract Properties : IDictionary<string, Object>
function get Properties () : IDictionary<String, Object>

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, Object>
Um IDictionary objeto que contém as propriedades para este contexto de teste.

Segurança do .NET Framework

Consulte também

Referência

ITestContext Interface

Namespace Microsoft.VisualStudio.TestTools.Execution