Condividi tramite


Costruttore ShelvedItemUri (TeamFoundationServer, String, String, String, UriType)

Nota: questa API è ora obsoleta.

Costruisce un oggetto con versione di URI dell'elemento fornito un oggetto Team Foundation Server, un percorso server, nome e proprietario dello shelveset e l'id di eliminazione e se URI sia per una visualizzazione Web

Spazio dei nomi:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Sintassi

'Dichiarazione
<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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ShelvedItemUri Classe

Overload ShelvedItemUri

Spazio dei nomi Microsoft.TeamFoundation.VersionControl.Common