Freigeben über


ShelvesetUri-Konstruktor (TfsTeamProjectCollection, String, String)

Erstellen Sie ein Shelveset URI-Objekt, das ein Team Foundation-Projektauflistungsobjekt 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
Public Sub New ( _
    teamProjectCollection As TfsTeamProjectCollection, _
    shelvesetName As String, _
    shelvesetOwner As String _
)
public ShelvesetUri(
    TfsTeamProjectCollection teamProjectCollection,
    string shelvesetName,
    string shelvesetOwner
)

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