Compartir a través de


ShelvedItemUri (Constructor) (TeamFoundationServer, String, String, String, UriType)

Nota: esta API ya está obsoleta.

Crea un objeto de URI de elemento con Versión dado un objeto de Team Foundation Server , una ruta de acceso del servidor, nombre y propietario de conjunto, y id. de la eliminación y si el URI se para una vista web

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, _
    serverItem As String, _
    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 ShelvedItemUri(
    TeamFoundationServer teamFoundationServer,
    string serverItem,
    string shelvesetName,
    string shelvesetOwner,
    UriType type
)

Parámetros

  • serverItem
    Tipo: System.String
    La ruta de acceso al servidor de elemento

Seguridad de .NET Framework

Vea también

Referencia

ShelvedItemUri Clase

ShelvedItemUri (Sobrecarga)

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