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.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
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.
Show: