IContextAccessor.AddIntValue 方法
添加具有指定键和值的元素。
命名空间: Microsoft.VisualStudio.TestTools.Execution
程序集: Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)
语法
声明
Sub AddIntValue ( _
key As String, _
value As Integer _
)
void AddIntValue(
string key,
int value
)
void AddIntValue(
String^ key,
int value
)
abstract AddIntValue :
key:string *
value:int -> unit
function AddIntValue(
key : String,
value : int
)
参数
- key
类型:System.String
一个 string,表示要添加的元素的键。
- value
类型:System.Int32
要添加的 int 值。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。