Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the WebTestResultUnit at the specified index from the collection.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Function GetItem ( _
itemId As Integer _
) As WebTestResultUnit
public WebTestResultUnit GetItem(
int itemId
)
public:
WebTestResultUnit^ GetItem(
int itemId
)
member GetItem :
itemId:int -> WebTestResultUnit
public function GetItem(
itemId : int
) : WebTestResultUnit
Parameters
- itemId
Type: System.Int32
The specified index.
Return Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
The WebTestResultUnit at the specified index.
.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.