Sdílet prostřednictvím


WebTestContext.Keys – vlastnost

Kolekce klíčů v získává WebTestContext.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Collections.Generic.ICollection<String>
ICollection Objekt, který obsahuje kolekci řetězce klíčů.

Implementuje

IDictionary<TKey, TValue>.Keys

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestContext Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů