AzureDevOpsPullRequest.

GetCommentThreads() Method

Summary

Gets the pull request comment threads.

Syntax

public IEnumerable<AzureDevOpsPullRequestCommentThread> GetCommentThreads()

Return Value

Type Description
IEnumerable<AzureDevOpsPullRequestCommentThread> The list of comment threads of the pull request or an empty list if no pull request could be found and ThrowExceptionIfPullRequestCouldNotBeFound is set to false.