Partager via


WebTestContext.Keys, propriété

Obtient une collection de toutes les clés dans WebTestContext.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.Generic.ICollection<String>
Objet ICollection qui contient une collection de chaînes clé.

Implémentations

IDictionary<TKey, TValue>.Keys

Sécurité .NET Framework

Voir aussi

Référence

WebTestContext Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms