Share via


LabelUri, constructeur (TeamFoundationServer, Int32)

Remarque : cette API est maintenant obsolète.

Construisez un objet d'URI d'étiquette donné une URL d'Team Foundation Server, et l'identificateur d'étiquette.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Common
Assembly :  Microsoft.TeamFoundation.VersionControl.Common.Integration (dans Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")> _
Public Sub New ( _
    teamFoundationServer As TeamFoundationServer, _
    labelId As Integer _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public LabelUri(
    TeamFoundationServer teamFoundationServer,
    int labelId
)

Paramètres

  • labelId
    Type : System.Int32
    L'identificateur d'étiquette associé à l'artefact

Sécurité .NET Framework

Voir aussi

Référence

LabelUri Classe

LabelUri, surcharge

Microsoft.TeamFoundation.VersionControl.Common, espace de noms