Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.