WebTest.IncludeWebTest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IncludeWebTest(WebTest) | |
IncludeWebTest(String) | |
IncludeWebTest(WebTest, Boolean) | |
IncludeWebTest(String, Boolean) |
IncludeWebTest(WebTest)
public:
Microsoft::VisualStudio::TestTools::WebTesting::WebTest ^ IncludeWebTest(Microsoft::VisualStudio::TestTools::WebTesting::WebTest ^ childWebTest);
public Microsoft.VisualStudio.TestTools.WebTesting.WebTest IncludeWebTest (Microsoft.VisualStudio.TestTools.WebTesting.WebTest childWebTest);
member this.IncludeWebTest : Microsoft.VisualStudio.TestTools.WebTesting.WebTest -> Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Public Function IncludeWebTest (childWebTest As WebTest) As WebTest
Parameters
- childWebTest
- WebTest
Returns
Applies to
IncludeWebTest(String)
public:
Microsoft::VisualStudio::TestTools::WebTesting::WebTest ^ IncludeWebTest(System::String ^ webTestName);
public Microsoft.VisualStudio.TestTools.WebTesting.WebTest IncludeWebTest (string webTestName);
member this.IncludeWebTest : string -> Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Public Function IncludeWebTest (webTestName As String) As WebTest
Parameters
- webTestName
- String
Returns
Applies to
IncludeWebTest(WebTest, Boolean)
public:
Microsoft::VisualStudio::TestTools::WebTesting::WebTest ^ IncludeWebTest(Microsoft::VisualStudio::TestTools::WebTesting::WebTest ^ childWebTest, bool inheritWebTestSettings);
public Microsoft.VisualStudio.TestTools.WebTesting.WebTest IncludeWebTest (Microsoft.VisualStudio.TestTools.WebTesting.WebTest childWebTest, bool inheritWebTestSettings);
member this.IncludeWebTest : Microsoft.VisualStudio.TestTools.WebTesting.WebTest * bool -> Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Public Function IncludeWebTest (childWebTest As WebTest, inheritWebTestSettings As Boolean) As WebTest
Parameters
- childWebTest
- WebTest
- inheritWebTestSettings
- Boolean
Returns
Applies to
IncludeWebTest(String, Boolean)
public:
Microsoft::VisualStudio::TestTools::WebTesting::WebTest ^ IncludeWebTest(System::String ^ webTestName, bool inheritWebTestSettings);
public Microsoft.VisualStudio.TestTools.WebTesting.WebTest IncludeWebTest (string webTestName, bool inheritWebTestSettings);
member this.IncludeWebTest : string * bool -> Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Public Function IncludeWebTest (webTestName As String, inheritWebTestSettings As Boolean) As WebTest
Parameters
- webTestName
- String
- inheritWebTestSettings
- Boolean