Condividi tramite


Costruttore IncludeCodedWebTestAttribute

Inizializza una nuova istanza della classe IncludeCodedWebTestAttribute.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • fullClassName
    Tipo: String

    Nome di classe completo dell'attributo del test delle prestazioni Web codificato.

  • path
    Tipo: String

    Percorso dell'attributo del test delle prestazioni Web codificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IncludeCodedWebTestAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting