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
other
Type : Microsoft.VisualStudio.TestTools.Common.NameValueObjet NameValue.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.