This documentation is archived and is not being maintained.
WorkspaceCheckInParameters Constructor (IEnumerable<PendingChange>, String)
Visual Studio 2013
Initializes a new WorkspaceCheckInParameters instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public:
WorkspaceCheckInParameters(
IEnumerable<PendingChange^>^ pendingChanges,
String^ comment
)
Parameters
- pendingChanges
- Type: System.Collections.Generic::IEnumerable<PendingChange>
The pending changes to check-in.
- comment
- Type: System::String
A comment about the check-in.
- 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: