Freigeben über


Shelveset-Konstruktor (VersionControlServer, String, String, IEnumerable<PropertyValue>)

Erstellen Sie ein Shelvesetobjekt für das Ablegen von Änderungen.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    sourceControl As VersionControlServer, _
    name As String, _
    owner As String, _
    properties As IEnumerable(Of PropertyValue) _
)
public Shelveset(
    VersionControlServer sourceControl,
    string name,
    string owner,
    IEnumerable<PropertyValue> properties
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

Shelveset Klasse

Shelveset-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace