Freigeben über


IncludeCodedWebTestAttribute-Konstruktor

Initialisiert eine neue Instanz der IncludeCodedWebTestAttribute-Klasse.

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
)

Parameter

  • fullClassName
    Typ: System.String
    Der vollständige Klassenname des codierten Webleistungstestattributs.
  • path
    Typ: System.String
    Der Pfad des codierten Webleistungstestattributs.

.NET Framework-Sicherheit

Siehe auch

Referenz

IncludeCodedWebTestAttribute Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace