This documentation is archived and is not being maintained.

CheckinNote::MergeWithFieldDefinitions Method

For any unspecified CheckinNoteFieldDefinitions that are in scope, add a CheckinNoteFieldValue with an empty string value.

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

public:
void MergeWithFieldDefinitions(
	array<CheckinNoteFieldDefinition^>^ fieldDefinitions
)

Parameters

fieldDefinitions
Type: array<Microsoft.TeamFoundation.VersionControl.Client::CheckinNoteFieldDefinition>

The set of field definitions to evaluate against

Show: