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 a collection of all request items in this test case.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property RequestItems As ReadOnlyCollection(Of WebTestRequest)
public ReadOnlyCollection<WebTestRequest> RequestItems { get; }
public:
property ReadOnlyCollection<WebTestRequest^>^ RequestItems {
ReadOnlyCollection<WebTestRequest^>^ get ();
}
member RequestItems : ReadOnlyCollection<WebTestRequest> with get
function get RequestItems () : ReadOnlyCollection<WebTestRequest>
Property Value
Type: ReadOnlyCollection<WebTestRequest>
A collection of all request items.
Remarks
Gets the items from loops/conditions without executing the conditional rules.
.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.