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: String- The full class name of the coded Web performance test attribute. 
- path 
 Type: String- The path of the coded Web performance test attribute. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.