Aracılığıyla paylaş


LoadTestContext.Values Özellik

Alır ICollection<T> değerler içeren LoadTestContext öğ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<T> değerlerini içeren LoadTestContext öğeleri.

Yüklenen

IDictionary<TKey, TValue>.Values

Açıklamalar

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

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

LoadTestContext Sınıf

Microsoft.VisualStudio.TestTools.LoadTesting Ad Alanı