Freigeben über


NameValue-Konstruktor (NameValue)

Initialisiert eine Instanz der NameValue-Klasse, die mit dem bereitgestellten NameValue-Objekt identisch ist.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

NameValue Klasse

NameValue-Überladung

Microsoft.VisualStudio.TestTools.Common-Namespace

NameValue