ConditionalRuleReference 构造函数 (Type)

使用指定的类型初始化 ConditionalRuleReference 类的新实例。

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

语法

声明
Protected Sub New ( _
    type As Type _
)
protected ConditionalRuleReference(
    Type type
)
protected:
ConditionalRuleReference(
    Type^ type
)
new : 
        type:Type -> ConditionalRuleReference
protected function ConditionalRuleReference(
    type : Type
)

参数

  • type
    类型:System.Type
    要用于初始化的类型。

.NET Framework 安全性

请参见

参考

ConditionalRuleReference 类

ConditionalRuleReference 重载

Microsoft.VisualStudio.TestTools.WebTesting 命名空间