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)
Syntax
'Declaration
Public Sub New ( _
pendingChanges As IEnumerable(Of PendingChange), _
comment As String _
)
public WorkspaceCheckInParameters(
IEnumerable<PendingChange> pendingChanges,
string comment
)
public:
WorkspaceCheckInParameters(
IEnumerable<PendingChange^>^ pendingChanges,
String^ comment
)
new :
pendingChanges:IEnumerable<PendingChange> *
comment:string -> WorkspaceCheckInParameters
public function WorkspaceCheckInParameters(
pendingChanges : IEnumerable<PendingChange>,
comment : String
)
Parameters
pendingChanges
Type: System.Collections.Generic.IEnumerable<PendingChange>The pending changes to check-in.
comment
Type: System.StringA comment about the check-in.
.NET Framework Security
- 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.
See Also
Reference
WorkspaceCheckInParameters Class