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.
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: Int32The 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.