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