Aracılığıyla paylaş


LoadTestUserContext.Values Özellik

Alır bir ICollection değerler içeren LoadTestUserContext öğeleri.

Ad alanı:  Microsoft.VisualStudio.TestTools.LoadTesting
Derleme:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Collections.Generic.ICollection<Object>
Genel ICollection değerlerini içeren LoadTestUserContext öğeleri.

Yüklenen

IDictionary<TKey, TValue>.Values

Açıklamalar

Döndürülen genel değerlerin sırasını ICollection belirtilmezse, ancak karşılık gelen genel anahtar olarak aynı sırada olmasını garanti ICollection tarafından döndürülen Keys özelliği.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

LoadTestUserContext Sınıf

Microsoft.VisualStudio.TestTools.LoadTesting Ad Alanı