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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
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.
Show: