Share via


IncludeCodedWebTestAttribute Constructor

Initializes a new instance of the IncludeCodedWebTestAttribute class.

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

Syntax

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

Parameters

  • fullClassName
    Type: System.String
    The full class name of the coded Web performance test attribute.
  • path
    Type: System.String
    The path of the coded Web performance test attribute.

.NET Framework Security

See Also

Reference

IncludeCodedWebTestAttribute Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace