Condividi tramite


Costruttore NameValue (NameValue)

Inizializza un'istanza della classe NameValue class identica all'oggetto NameValue fornito.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

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

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

NameValue Classe

Overload NameValue

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

NameValue