ExtractionRuleReference Constructor (Type)

Initializes a new instance of the ExtractionRuleReference class by using the Type of the ExtractionRule implementation as a parameter.

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

Syntax

'Declaration
Public Sub New ( _
    type As Type _
)
public ExtractionRuleReference(
    Type type
)
public:
ExtractionRuleReference(
    Type^ type
)
new : 
        type:Type -> ExtractionRuleReference
public function ExtractionRuleReference(
    type : Type
)

Parameters

.NET Framework Security

See Also

Reference

ExtractionRuleReference Class

ExtractionRuleReference Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace