Freigeben über


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

Hinweis: Diese API ist mittlerweile veraltet.

Erstellen Sie ein Shelveset URI-Objekt, das ein Team Foundation Server-Objekt und ein Shelvesetname und -Besitzer angegeben wird.

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, _
    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 ShelvesetUri(
    TeamFoundationServer teamFoundationServer,
    string shelvesetName,
    string shelvesetOwner,
    UriType type
)

Parameter

  • shelvesetName
    Typ: System.String
    Name des Shelvesets, für das ein Artefakt erstellt werden soll.

.NET Framework-Sicherheit

Siehe auch

Referenz

ShelvesetUri Klasse

ShelvesetUri-Überladung

Microsoft.TeamFoundation.VersionControl.Common-Namespace