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

Crea un objeto de conjunto de cambios aplazados URI 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
Public Sub New ( _
    teamFoundationServerUrl As String, _
    shelvesetName As String, _
    shelvesetOwner As String, _
    type As UriType _
)
public ShelvesetUri(
    string teamFoundationServerUrl,
    string shelvesetName,
    string shelvesetOwner,
    UriType type
)

Parámetros

  • teamFoundationServerUrl
    Tipo: System.String
    La dirección URL del servidor de Team Foundation
  • shelvesetName
    Tipo: System.String
    El nombre del conjunto de cambios aplazados que un artefacto debe construirse
  • 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)