NameValue Constructor (NameValue)

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

Syntax

'宣言
Public Sub New ( _
    other As NameValue _
)
'使用
Dim other As NameValue

Dim instance As New NameValue(other)
public NameValue(
    NameValue other
)
public:
NameValue(
    NameValue^ other
)
public function NameValue(
    other : NameValue
)

Parameters

Permissions

See Also

Reference

NameValue Class

NameValue Members

NameValue Overload

Microsoft.VisualStudio.TestTools.Common Namespace