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.
Selects an item in the request grid.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public Sub SelectItemInRequestGrid ( _
item As Object _
)
public void SelectItemInRequestGrid(
Object item
)
public:
void SelectItemInRequestGrid(
Object^ item
)
member SelectItemInRequestGrid :
item:Object -> unit
public function SelectItemInRequestGrid(
item : Object
)
Parameters
- item
Type: System.Object
The item to select.
.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.