IPendingChangesExt.CheckinNote Property
Get the checkin note.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
ReadOnly Property CheckinNote As CheckinNote
CheckinNote CheckinNote { get; }
property CheckinNote^ CheckinNote {
CheckinNote^ get ();
}
abstract CheckinNote : CheckinNote with get
function get CheckinNote () : CheckinNote
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.CheckinNote
Returns CheckinNote.
.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
Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace