Compartilhar via


Construtor LabelUri (String, Int32)

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
Public Sub New ( _
    teamFoundationServerUrl As String, _
    labelId As Integer _
)
public LabelUri(
    string teamFoundationServerUrl,
    int labelId
)

Parâmetros

  • teamFoundationServerUrl
    Tipo: System.String
    O URL de um servidor do Team Foundation
  • 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