Condividi tramite


Proprietà LoadTestContext.Values

Ottiene l'interfaccia ICollection contenente i valori negli elementi LoadTestContext.

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: ICollection<Object>
Interfaccia ICollection generica che contiene i valori degli elementi LoadTestContext.

Implementa

IDictionary.Values

Note

L'ordine dei valori nell'interfaccia ICollection generica restituita non è specificato, ma è comunque uguale all'ordine delle chiavi corrispondenti nell'interfaccia ICollection generica restituita dalla proprietà Keys.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LoadTestContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting