Compartilhar via


Propriedade WebTestContext.Keys

Obtém uma coleção de todas as chaves de WebTestContext.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.ICollection<String>
Um ICollection objeto que contém uma coleção de seqüências de caracteres de chave.

Implementações

IDictionary<TKey, TValue>.Keys

Segurança do .NET Framework

Consulte também

Referência

WebTestContext Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting