Construtor NameValue (NameValue)
Inicializa uma instância do NameValue classe que é idêntica à fornecida NameValue objeto.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public Sub New ( _
other As NameValue _
)
public NameValue(
NameValue other
)
public:
NameValue(
NameValue^ other
)
new :
other:NameValue -> NameValue
public function NameValue(
other : NameValue
)
Parâmetros
- other
Tipo: Microsoft.VisualStudio.TestTools.Common.NameValue
A NameValue objeto.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.