Compartir a través de


ShelvesetUri (Constructor) (TeamFoundationServer, String, String, UriType)

Nota: esta API ya está obsoleta.

Crear un objeto de URI de Conjunto dado un objeto de Team Foundation Server y un nombre y un propietario del conjunto de cambios aplazados.

Espacio de nombres:  Microsoft.TeamFoundation.VersionControl.Common
Ensamblado:  Microsoft.TeamFoundation.VersionControl.Common.Integration (en Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Sintaxis

'Declaración
<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
    El nombre del conjunto de cambios aplazados que un artefacto debe ser construida.
  • shelvesetOwner
    Tipo: System.String
    El propietario del conjunto de cambios aplazados.

Seguridad de .NET Framework

Vea también

Referencia

ShelvesetUri Clase

ShelvesetUri (Sobrecarga)

Microsoft.TeamFoundation.VersionControl.Common (Espacio de nombres)