WebTestRuleBase.Properties 属性

获取或设置 PluginOrRuleProperty 对象的集合,其中每个集合成员都对应规则或插件实现定义的一个属性。

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

语法

声明
Public ReadOnly Property Properties As PropertyCollection
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
member Properties : PropertyCollection with get
function get Properties () : PropertyCollection

属性值

类型:Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
PluginOrRuleProperty 对象的集合。

.NET Framework 安全性

请参见

参考

WebTestRuleBase 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间