Share via


NameValue Constructor (NameValue)

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

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

Syntax

'Declaration
Public Sub New ( _
    other As NameValue _
)
public NameValue(
    NameValue other
)
public:
NameValue(
    NameValue^ other
)
new : 
        other:NameValue -> NameValue
public function NameValue(
    other : NameValue
)

Parameters

.NET Framework Security

See Also

Reference

NameValue Class

NameValue Overload

Microsoft.VisualStudio.TestTools.Common Namespace

NameValue