Compartir a través de


WebTestContext.Values (Propiedad)

Obtiene una colección de todos los valores de WebTestContext.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public ReadOnly Property Values As ICollection(Of Object)
public ICollection<Object> Values { get; }
public:
virtual property ICollection<Object^>^ Values {
    ICollection<Object^>^ get () sealed;
}
abstract Values : ICollection<Object> with get
override Values : ICollection<Object> with get
final function get Values () : ICollection<Object>

Valor de propiedad

Tipo: System.Collections.Generic.ICollection<Object>
Un objeto ICollection que contiene una colección de objetos de valor.

Implementaciones

IDictionary<TKey, TValue>.Values

Seguridad de .NET Framework

Vea también

Referencia

WebTestContext Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)