Construtor NameValuePair (String, Uri)
Inicializa uma nova instância da classe NameValuePair.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public NameValuePair(
string name,
Uri value
)
public:
NameValuePair(
String^ name,
Uri^ value
)
new :
name:string *
value:Uri -> NameValuePair
Public Sub New (
name As String,
value As Uri
)
Parâmetros
- name
- value
Consulte também
NameValuePair Sobrecarga
Classe NameValuePair
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo