Condividi tramite


Costruttore LabelUri (TeamFoundationServer, Int32)

Nota: questa API è ora obsoleta.

Costruisce un oggetto di URI dell'etichetta fornito un URL Team Foundation Server e l'identificatore dell'etichetta.

Spazio dei nomi:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Sintassi

'Dichiarazione
<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
)

Parametri

  • labelId
    Tipo: System.Int32
    L'identificatore dell'etichetta associato all'elemento

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LabelUri Classe

Overload LabelUri

Spazio dei nomi Microsoft.TeamFoundation.VersionControl.Common