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 Class
Represents a named text value.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | NameValue() | Initializes an instance of the NameValue class. |
![]() | NameValue(NameValue^) | Initializes an instance of the NameValue class that is identical to the provided NameValue object. |
![]() | NameValue(String^, String^) | Initializes an instance of the NameValue class by using the provided parameters. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Retrieves a string that contains the Name and Value property values.(Overrides Object::ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

