Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Initializes an instance of the NameValue class that is identical to the provided NameValue object.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
other As NameValue _
)
public NameValue(
NameValue other
)
public:
NameValue(
NameValue^ other
)
new :
other:NameValue -> NameValue
public function NameValue(
other : NameValue
)
Parameters
other
Type: Microsoft.VisualStudio.TestTools.Common.NameValueA NameValue object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.