Sdílet prostřednictvím


WebTestContext.Values – vlastnost

Získá všechny hodnoty v kolekci WebTestContext.

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

Syntaxe

'Deklarace
Public ReadOnly Property Values As ICollection(Of Object)
public ICollection<Object> Values { get; }
public:
virtual property ICollection<Object^>^ Values {
    ICollection<Object^>^ get () sealed;
}
abstract Values : ICollection<Object> with get
override Values : ICollection<Object> with get
final function get Values () : ICollection<Object>

Hodnota vlastnosti

Typ: System.Collections.Generic.ICollection<Object>
ICollection Objekt obsahující kolekci objektů hodnotu.

Implementuje

IDictionary<TKey, TValue>.Values

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestContext Třída

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