Condividi tramite


Proprietà LoadTestUserContext.Values

ottiene ICollection che contiene i valori in LoadTestUserContext elementi.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: System.Collections.Generic.ICollection<Object>
Un generico ICollection che contiene i valori di LoadTestUserContext elementi.

Implementa

IDictionary<TKey, TValue>.Values

Note

L'ordine dei valori in generico restituito ICollection non è specificato, ma è sempre lo stesso ordine in cui la tipi corrispondenti in l generico ICollection che viene restituito da Keys proprietà.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LoadTestUserContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting