Aracılığıyla paylaş


LoadTestContext.Keys Özellik

Alır bir ICollection<T> anahtarlarını 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 Keys As ICollection(Of String)
    Get
public ICollection<string> Keys { get; }
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get () sealed;
}
abstract Keys : ICollection<string>
override Keys : ICollection<string>
final function get Keys () : ICollection<String>

Özellik Değeri

Tür: System.Collections.Generic.ICollection<String>
Genel ICollection<T> anahtarlarını içeren LoadTestContext.

Yüklenen

IDictionary<TKey, TValue>.Keys

Açıklamalar

Sipariş verilen genel bir ICollection<T> belirtilmezse, ancak karşılık gelen değerler genel olarak aynı sırada olmasını garanti ICollection<T> tarafından döndürülen Values özelliği.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

LoadTestContext Sınıf

Microsoft.VisualStudio.TestTools.LoadTesting Ad Alanı