Partager via


WebTestContext.Values, propriété

Obtient une collection de toutes les valeurs dans WebTestContext.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Values As ICollection(Of Object)
    Get
public ICollection<Object> Values { get; }
public:
virtual property ICollection<Object^>^ Values {
    ICollection<Object^>^ get () sealed;
}
abstract Values : ICollection<Object>
override Values : ICollection<Object>
final function get Values () : ICollection<Object>

Valeur de propriété

Type : System.Collections.Generic.ICollection<Object>
Objet ICollection qui contient une collection d'objets valeur.

Implémentations

IDictionary<TKey, TValue>.Values

Sécurité .NET Framework

Voir aussi

Référence

WebTestContext Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms