Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: StringThe full class name of the coded Web performance test attribute.
path
Type: StringThe 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.