Compartilhar via


Construtor ShelvesetUri (TeamFoundationServer, String, String, UriType)

Observação: esta API agora é obsoleta.

Criar um objeto de URI de check-in particular dado um objeto de Team Foundation Server e um nome e um proprietário do check-in particular.

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, _
    shelvesetName As String, _
    shelvesetOwner As String, _
    type As UriType _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public ShelvesetUri(
    TeamFoundationServer teamFoundationServer,
    string shelvesetName,
    string shelvesetOwner,
    UriType type
)

Parâmetros

  • shelvesetName
    Tipo: System.String
    O nome do check-in particular para um produto deve ser construída.
  • shelvesetOwner
    Tipo: System.String
    O proprietário do check-in particular.

Segurança do .NET Framework

Consulte também

Referência

ShelvesetUri Classe

Sobrecargas ShelvesetUri

Namespace Microsoft.TeamFoundation.VersionControl.Common