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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.