NameValue (Constructor) (NameValue)

Inicializa una instancia de la clase NameValue que es idéntica al objeto NameValue proporcionado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

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

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

NameValue Clase

NameValue (Sobrecarga)

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

NameValue