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
- teamFoundationServer
Tipo: Microsoft.TeamFoundation.Client.TeamFoundationServer
l'oggetto Team Foundation Server
- labelId
Tipo: System.Int32
L'identificatore dell'etichetta associato all'elemento
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.TeamFoundation.VersionControl.Common