LoadTestContext.Add 方法 (KeyValuePair<String, Object>)
將 KeyValuePair<TKey, TValue> 項目加入至 LoadTestContext。
命名空間: Microsoft.VisualStudio.TestTools.LoadTesting
組件: Microsoft.VisualStudio.QualityTools.LoadTestFramework (在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)
語法
'宣告
Public Sub Add ( _
item As KeyValuePair(Of String, Object) _
)
public void Add(
KeyValuePair<string, Object> item
)
public:
virtual void Add(
KeyValuePair<String^, Object^> item
) sealed
abstract Add :
item:KeyValuePair<string, Object> -> unit
override Add :
item:KeyValuePair<string, Object> -> unit
public final function Add(
item : KeyValuePair<String, Object>
)
參數
- item
型別:System.Collections.Generic.KeyValuePair<String, Object>
要加入至 LoadTestContext 的 KeyValuePair<TKey, TValue>。
實作
例外狀況
例外狀況 | 條件 |
---|---|
NotSupportedException | LoadTestContext 是唯讀的。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。