Costruttore NameValue (NameValue)
Inizializza un'istanza di NameValue classe che è identico al prodotto NameValue oggetto.
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
In NameValue oggetto.
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.