Método WebTest.IncludeWebTest (String, Boolean)
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
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
Parâmetros
- webTestName
Tipo: String
- inheritWebTestSettings
Tipo: Boolean
Valor de retorno
Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.