ConditionalRuleReference Constructor (Type)

Initializes a new instance of the ConditionalRuleReference class with the specified type.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

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

Parameters

  • type
    Type: System.Type
    The type to use for initialization.

.NET Framework Security

See Also

Reference

ConditionalRuleReference Class

ConditionalRuleReference Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace