Freigeben über


ShelvedItemUri-Konstruktor (TeamFoundationServer, String, String, String, UriType)

Hinweis: Diese API ist mittlerweile veraltet.

Erstellen Sie ein Objekt des Elements mit Versionsangabe URI, das ein Team Foundation Server-Objekt, ein Serverpfad, Shelvesetname und -Besitzer und Löschen-ID zugewiesen wird und ob der URL für eine geöffnete ist

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ShelvedItemUri Klasse

ShelvedItemUri-Überladung

Microsoft.TeamFoundation.VersionControl.Common-Namespace