Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the result of the currently selected request.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public ReadOnly Property SelectedRequestItem As WebTestRequestResult
public WebTestRequestResult SelectedRequestItem { get; }
public:
property WebTestRequestResult^ SelectedRequestItem {
WebTestRequestResult^ get ();
}
member SelectedRequestItem : WebTestRequestResult with get
function get SelectedRequestItem () : WebTestRequestResult
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestResult
Returns a WebTestRequestResult object that represents the result of the currently selected request.
.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.