Propriedade WebTestContext.Keys
Obtém uma coleção de todas as chaves na 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)
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>
Valor de propriedade
Tipo: System.Collections.Generic.ICollection<String>
Um ICollection objeto que contém uma coleção de seqüências de teclas.
Implementações
IDictionary<TKey, TValue>.Keys
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.