Aracılığıyla paylaş


WebTestContext.Keys Özellik

Tüm anahtarlar topluluğu alır WebTestContext.

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

Sözdizimi

'Bildirim
Public ReadOnly Property Keys As ICollection(Of String)
public ICollection<string> Keys { get; }
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get () sealed;
}
abstract Keys : ICollection<string> with get 
override Keys : ICollection<string> with get
final function get Keys () : ICollection<String>

Özellik Değeri

Tür: ICollection<String>
Bir ICollection anahtar dizeleri koleksiyonu içeren nesne.

Yüklenen

IDictionary.Keys

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestContext Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı