Aracılığıyla paylaş


WebTest.IncludeWebTest Yöntem (WebTest, Boolean)

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public Function IncludeWebTest ( _
    childWebTest As WebTest, _
    inheritWebTestSettings As Boolean _
) As WebTest
public WebTest IncludeWebTest(
    WebTest childWebTest,
    bool inheritWebTestSettings
)
public:
WebTest^ IncludeWebTest(
    WebTest^ childWebTest, 
    bool inheritWebTestSettings
)
member IncludeWebTest : 
        childWebTest:WebTest * 
        inheritWebTestSettings:bool -> WebTest
public function IncludeWebTest(
    childWebTest : WebTest, 
    inheritWebTestSettings : boolean
) : WebTest

Parametreler

  • inheritWebTestSettings
    Tür: Boolean

Dönüş Değeri

Tür: Microsoft.VisualStudio.TestTools.WebTesting.WebTest

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTest Sınıf

IncludeWebTest Fazla Yük

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı