This documentation is archived and is not being maintained.
Shelveset Constructor (VersionControlServer, String, String, IEnumerable<PropertyValue>)
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: