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::AddStringValue Method (String^, String^)

 

Adds an element with the specified key and value.

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

void AddStringValue(
	String^ key,
	String^ value
)

Parameters

key
Type: System::String^

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

value
Type: System::String^

A string value to add.

Return to top
Show: