Share via


CheckinNote.Evaluate Method

Include Protected Members
Include Inherited Members

Evaluates a CheckinNote's CheckinNoteFieldValues against the supplied CheckinNoteFieldDefinitions and returns a CheckinNoteFailure for each note not specified, or each note specified that has no definition (extraneous notes).

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Evaluate(array<CheckinNoteFieldDefinition[]) Evaluates this CheckinNote's CheckinNoteFieldValues against the supplied CheckinNoteFieldDefinitions and returns a CheckinNoteFailure for each note not specified, or each note specified that has no definition (extraneous notes).
Public methodStatic member Evaluate(CheckinNote, array<CheckinNoteFieldDefinition[]) Evaluates a CheckinNote's CheckinNoteFieldValues against the supplied CheckinNoteFieldDefinitions and returns a CheckinNoteFailure for each note not specified, or each note specified that has no definition (extraneous notes).

Top

See Also

Reference

CheckinNote Class

Microsoft.TeamFoundation.VersionControl.Client Namespace