NotificationEvent.CommentText Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'宣言
Protected Function CommentText ( _
    comment As String, _
    maxCommentChars As Integer _
) As String
protected string CommentText(
    string comment,
    int maxCommentChars
)
protected:
String^ CommentText(
    String^ comment, 
    int maxCommentChars
)
member CommentText : 
        comment:string * 
        maxCommentChars:int -> string 
protected function CommentText(
    comment : String, 
    maxCommentChars : int
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

NotificationEvent Class

Microsoft.TeamFoundation.VersionControl.Common Namespace