Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Sub New ( _
name As String, _
value As String _
)
'使用
Dim name As String
Dim value As String
Dim instance As New NameValue(name, value)
public NameValue(
string name,
string value
)
public:
NameValue(
String^ name,
String^ value
)
public function NameValue(
name : String,
value : String
)
Parameters
- name
Type: System.String
- value
Type: System.String
Permissions
- 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.