Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.