IPendingCheckinNotes Interface
Information about the check-in notes portion of the pending check in.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Interface IPendingCheckinNotes
public interface IPendingCheckinNotes
public interface class IPendingCheckinNotes
type IPendingCheckinNotes = interface end
public interface IPendingCheckinNotes
The IPendingCheckinNotes type exposes the following members.
Properties
Name | Description | |
---|---|---|
CheckinNotes | Gets or sets the check-in note data. | |
FieldDefinitions | Gets the check-in note field definitions. |
Top
Methods
Name | Description | |
---|---|---|
Evaluate | Verifies that the required check-in notes have content. |
Top