AzureDevOpsPullRequest.

CreateComment(string) Method

Summary

Creates a new comment thread with a single comment in the pull request.

Syntax

public AzureDevOpsPullRequestCommentThread CreateComment(string comment)

Parameters

Name Type Description
comment string Comment which should be added.

Return Value

Type Description
AzureDevOpsPullRequestCommentThread A newly created comment thread, or if no pull request could be found and ThrowExceptionIfPullRequestCouldNotBeFound is set to false..