Partager via


NameValuePair, constructeur (String, Uri)

Initialise une nouvelle instance de la classe NameValuePair.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    name As String, _
    value As Uri _
)
public NameValuePair(
    string name,
    Uri value
)
public:
NameValuePair(
    String^ name, 
    Uri^ value
)
new : 
        name:string * 
        value:Uri -> NameValuePair
public function NameValuePair(
    name : String, 
    value : Uri
)

Paramètres

  • name
    Type : String
  • value
    Type : Uri

Sécurité .NET Framework

Voir aussi

Référence

NameValuePair Classe

NameValuePair, surcharge

Microsoft.TeamFoundation.TestManagement.Client, espace de noms