Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IncludeCodedWebTestAttribute Constructor (String^, String^)

 

Initializes a new instance of the IncludeCodedWebTestAttribute class.

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

public:
IncludeCodedWebTestAttribute(
	String^ fullClassName,
	String^ path
)

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.

Return to top
Show: