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 Class

 

Represents a named text value.

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

System::Object
  Microsoft.VisualStudio.TestTools.Common::NameValue

public ref class NameValue sealed 

NameDescription
System_CAPS_pubmethodNameValue()

Initializes an instance of the NameValue class.

System_CAPS_pubmethodNameValue(NameValue^)

Initializes an instance of the NameValue class that is identical to the provided NameValue object.

System_CAPS_pubmethodNameValue(String^, String^)

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

NameDescription
System_CAPS_pubpropertyName

Gets or sets the name of the value.

System_CAPS_pubpropertyValue

Gets and sets the content that the Name property value identifies.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

Return to top
Show: