DeclarativeWebTest.ContextParameters 属性

获取与此 Web 性能测试关联的上下文参数的集合。

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

语法

声明
Public Property ContextParameters As ContextParameterCollection
public ContextParameterCollection ContextParameters { get; internal set; }
public:
property ContextParameterCollection^ ContextParameters {
    ContextParameterCollection^ get ();
    internal: void set (ContextParameterCollection^ value);
}
member ContextParameters : ContextParameterCollection with get, internal set
function get ContextParameters () : ContextParameterCollection
internal function set ContextParameters (value : ContextParameterCollection)

属性值

类型:Microsoft.VisualStudio.TestTools.WebTesting.ContextParameterCollection
上下文参数的集合。

.NET Framework 安全性

请参见

参考

DeclarativeWebTest 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间