PendingChangesExt.CheckinComment Property
Get the checkin comment.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property CheckinComment As String
public string CheckinComment { get; }
public:
virtual property String^ CheckinComment {
String^ get () sealed;
}
abstract CheckinComment : string with get
override CheckinComment : string with get
final function get CheckinComment () : String
Property Value
Type: System.String
Returns String.
Implements
IPendingChangesExt.CheckinComment
.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.VisualStudio.TeamFoundation.VersionControl Namespace