IncludeDeclarativeWebTestAttribute Constructor

Initializes a new instance of the IncludeDeclarativeWebTestAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    path As String, _
    testId As String _
)
public IncludeDeclarativeWebTestAttribute(
    string name,
    string path,
    string testId
)
public:
IncludeDeclarativeWebTestAttribute(
    String^ name, 
    String^ path, 
    String^ testId
)
new : 
        name:string * 
        path:string * 
        testId:string -> IncludeDeclarativeWebTestAttribute
public function IncludeDeclarativeWebTestAttribute(
    name : String, 
    path : String, 
    testId : String
)

Parameters

  • name
    Type: String

    The name of the Declarative Web Test Attribute.

  • path
    Type: String

    The path of the Declarative Web Test Attribute.

  • testId
    Type: String

    The Test ID of the Declarative Web Test Attribute.

.NET Framework Security

See Also

Reference

IncludeDeclarativeWebTestAttribute Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace