Compartilhar via


Construtor NameValue (NameValue)

Inicializa uma instância do NameValue classe que é idêntica à fornecida NameValue objeto.

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

Sintaxe

'Declaração
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

Segurança do .NET Framework

Consulte também

Referência

NameValue Classe

Sobrecargas NameValue

Namespace Microsoft.VisualStudio.TestTools.Common

NameValue