Metodo WebTest.IncludeWebTest (String, Boolean)
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
Public Function IncludeWebTest ( _
webTestName As String, _
inheritWebTestSettings As Boolean _
) As WebTest
public WebTest IncludeWebTest(
string webTestName,
bool inheritWebTestSettings
)
public:
WebTest^ IncludeWebTest(
String^ webTestName,
bool inheritWebTestSettings
)
member IncludeWebTest :
webTestName:string *
inheritWebTestSettings:bool -> WebTest
public function IncludeWebTest(
webTestName : String,
inheritWebTestSettings : boolean
) : WebTest
Parametri
- webTestName
Tipo: String
- inheritWebTestSettings
Tipo: Boolean
Valore restituito
Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.