WebTestResultViewer.SelectItemInRequestGrid Method
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: ObjectThe 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.