Compartilhar via


Construtor LabelUri (TeamFoundationServer, Int32)

Observação: esta API agora é obsoleta.

Criar um objeto de URI do rótulo um determinado URL de Team Foundation Server , e o identificador de rótulo.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (em Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Sintaxe

'Declaração
<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
)

Parâmetros

  • labelId
    Tipo: System.Int32
    O identificador de rótulo associado com o produto

Segurança do .NET Framework

Consulte também

Referência

LabelUri Classe

Sobrecargas LabelUri

Namespace Microsoft.TeamFoundation.VersionControl.Common