DiscussionThread.AddComment 메서드 (TeamFoundationIdentity, CommentType, String, Comment)
이 토론에 새 메모를 추가 합니다.
하면 예외가 throw 됩니다. 1. parentComment null이 있지만:는. 토론 루트 주석이 있습니다.
b. 토론은 이미 삭제 되었습니다.
2. parentComment 서버에 아직 게시 되지 않았습니다.
네임스페이스: Microsoft.TeamFoundation.Discussion.Client
어셈블리: Microsoft.TeamFoundation.Discussion.Client(Microsoft.TeamFoundation.Discussion.Client.dll)
구문
‘선언
Public Function AddComment ( _
author As TeamFoundationIdentity, _
commentType As CommentType, _
content As String, _
parentComment As Comment _
) As Comment
public Comment AddComment(
TeamFoundationIdentity author,
CommentType commentType,
string content,
Comment parentComment
)
매개 변수
- author
형식: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity
새 메모를 만든 사람입니다.
- commentType
형식: Microsoft.TeamFoundation.Discussion.Client.CommentType
새 메모의 형식입니다.
- content
형식: System.String
새 메모의 내용입니다.
- parentComment
형식: Microsoft.TeamFoundation.Discussion.Client.Comment
새 메모의 부모입니다.Null 인 경우 새 메모 루트 수 있습니다.
반환 값
형식: Microsoft.TeamFoundation.Discussion.Client.Comment
추가 된 새 메모입니다.
설명
이 메서드는 서버 여행을 만들지 않습니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.