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.

NameValue Constructor (String^, String^)

 

Initializes an instance of the NameValue class by using the provided parameters.

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

public:
NameValue(
	String^ name,
	String^ value
)

Parameters

name
Type: System::String^

A string that contains the name of the value.

value
Type: System::String^

A string that contains the content that the name identifies.

Return to top
Show: