WebTestResultViewer.SelectItemInRequestGrid 方法
選取要求方格中的一個項目。
命名空間: Microsoft.VisualStudio.TestTools.LoadTesting
組件: Microsoft.VisualStudio.QualityTools.LoadTestPackage (在 Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll 中)
語法
'宣告
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
)
參數
- item
型別:System.Object
要選取的項目。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。