Udostępnij za pośrednictwem


Właściwość WebTestContext.Keys —

Zwraca kolekcję wszystkich kluczy w WebTestContext.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

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

Wartość właściwości

Typ: System.Collections.Generic.ICollection<String>
ICollection Obiekt, który zawiera kolekcję ciągi klucza.

Implementuje

IDictionary<TKey, TValue>.Keys

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestContext Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting