Partager via


NameValue, constructeur (NameValue)

Initialise une instance de la classe NameValue qui est identique à l'objet NameValue fourni.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

NameValue Classe

NameValue, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms

NameValue