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
- other
Tipo: Microsoft.VisualStudio.TestTools.Common.NameValue
Oggetto NameValue.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.