Share via


WebTestRequestResult.GetDependantResult Method

Returns the dependent result for the specified URL, or nulla null reference (Nothing in Visual Basic) if no dependent result could be found at that URL.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
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

Parameters

  • url
    Type: String

    The URL to evaluate.

Return Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestResult
The dependent result for the specified URL, or nulla null reference (Nothing in Visual Basic) if no dependent result could be found at that URL.

.NET Framework Security

See Also

Reference

WebTestRequestResult Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace