Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestRequestResult::GetDependantResult Method (String^)

 

Returns the dependent result for the specified URL, or null 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)

public:
WebTestRequestResult^ GetDependantResult(
	String^ url
)

Parameters

url
Type: System::String^

The URL to evaluate.

Return Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTestRequestResult^

The dependent result for the specified URL, or null if no dependent result could be found at that URL.

Return to top
Show: