Compartilhar via


Construtor ShelvedItemUri (TeamFoundationServer, String, String, String, UriType)

Observação: esta API agora é obsoleta.

Criar um objeto de URI de item com versão de dado um objeto de Team Foundation Server , um caminho de servidor, nome e proprietário de check-in particular, e identificação de exclusão e se o URL será para um modo de exibição da Web

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, _
    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

Segurança do .NET Framework

Consulte também

Referência

ShelvedItemUri Classe

Sobrecargas ShelvedItemUri

Namespace Microsoft.TeamFoundation.VersionControl.Common