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: StringThe 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.