共用方式為


IContextAccessor.AddStringValue 方法

加入具有指定之索引鍵與值的項目。

命名空間:  Microsoft.VisualStudio.TestTools.Execution
組件:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

語法

'宣告
Sub AddStringValue ( _
    key As String, _
    value As String _
)
void AddStringValue(
    string key,
    string value
)
void AddStringValue(
    String^ key, 
    String^ value
)
abstract AddStringValue : 
        key:string * 
        value:string -> unit 
function AddStringValue(
    key : String, 
    value : String
)

參數

  • key
    型別:System.String
    string ,表示要加入之項目的索引鍵。

.NET Framework 安全性

請參閱

參考

IContextAccessor 介面

Microsoft.VisualStudio.TestTools.Execution 命名空間