Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IContextAccessor::AddDoubleValue Method (String^, Double)

 

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)

void AddDoubleValue(
	String^ key,
	double value
)

Parameters

key
Type: System::String^

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

value
Type: System::Double

A double value to add.

Return to top
Show: