Share via


IContextAccessor.AddDoubleValue Method

Adds an element by using the specified key and value.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Sub AddDoubleValue ( _
    key As String, _
    value As Double _
)
void AddDoubleValue(
    string key,
    double value
)
void AddDoubleValue(
    String^ key, 
    double value
)
abstract AddDoubleValue : 
        key:string * 
        value:float -> unit
function AddDoubleValue(
    key : String, 
    value : double
)

Parameters

  • key
    Type: String

    A string that represents the key of the element to add.

  • value
    Type: Double

    A double value to add.

.NET Framework Security

See Also

Reference

IContextAccessor Interface

Microsoft.VisualStudio.TestTools.Execution Namespace