This documentation is archived and is not being maintained.
Shelveset Constructor (VersionControlServer, String, String)
Visual Studio 2013
Initializes a new Shelveset instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public:
Shelveset(
VersionControlServer^ sourceControl,
String^ name,
String^ owner
)
Parameters
- sourceControl
- Type: Microsoft.TeamFoundation.VersionControl.Client::VersionControlServer
The repository to contain this shelveset.
- name
- Type: System::String
Name of the shelveset.
- owner
- Type: System::String
Owner of 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: