This documentation is archived and is not being maintained.

CheckinNote Constructor

Initializes a new CheckinNote instance.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
CheckinNote(
	array<CheckinNoteFieldValue^>^ values
)

Parameters

values
Type: array<Microsoft.TeamFoundation.VersionControl.Client::CheckinNoteFieldValue>

The check-in notes to assign to this instance.

Show: