WebTestContext.Values 属性

获取 WebTestContext 中的所有值的集合。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

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

属性值

类型:System.Collections.Generic.ICollection<Object>
ICollection 对象,它包含值对象的集合。

实现

IDictionary<TKey, TValue>.Values

.NET Framework 安全性

请参见

参考

WebTestContext 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间