AzureDevOpsPullRequest.

CreateCommentThread(AzureDevOpsPullRequestCommentThread) Method

Summary

Creates a new comment thread in the pull request.

Syntax

public AzureDevOpsPullRequestCommentThread CreateCommentThread(AzureDevOpsPullRequestCommentThread thread)

Parameters

Name Type Description
thread AzureDevOpsPullRequestCommentThread The instance of the thread.

Return Value

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