This documentation is archived and is not being maintained.

Shelveset Constructor (VersionControlServer, String, String, IEnumerable<PropertyValue>)

Create a Shelveset object for shelving changes.

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

public:
Shelveset(
	VersionControlServer^ sourceControl, 
	String^ name, 
	String^ owner, 
	IEnumerable<PropertyValue^>^ properties
)

Parameters

sourceControl
Type: Microsoft.TeamFoundation.VersionControl.Client::VersionControlServer

source control object that represents the repository on which the shelveset will be created

name
Type: System::String

name of the shelveset

owner
Type: System::String

owner of the shelveset

properties
Type: System.Collections.Generic::IEnumerable<PropertyValue>

custom properties to be associated with the shelveset.

Show: