Aracılığıyla paylaş


WebTestRequestResult.GetDependantResult Yöntem

Belirtilen url için bağımlı sonucu verir veya nullnull başvuru (Visual Basic\'te Nothing) , bağımlı hiçbir sonuç bulunamadı bu url.

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

Sözdizimi

'Bildirim
Public Function GetDependantResult ( _
    url As String _
) As WebTestRequestResult
public WebTestRequestResult GetDependantResult(
    string url
)
public:
WebTestRequestResult^ GetDependantResult(
    String^ url
)
member GetDependantResult : 
        url:string -> WebTestRequestResult 
public function GetDependantResult(
    url : String
) : WebTestRequestResult

Parametreler

Dönüş Değeri

Tür: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestResult
Belirtilen url için bağımlı sonucu veya nullnull başvuru (Visual Basic\'te Nothing) , bağımlı hiçbir sonuç bulunamadı bu url.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRequestResult Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı