This documentation is archived and is not being maintained.

WorkspaceCheckInParameters Constructor (IEnumerable<PendingChange>, String)

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.

Show: