AzureDevOpsPullRequest.

CreateComment(string) Method

Summary

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

Syntax

public void CreateComment(string comment)

Parameters

Name Type Description
comment string Comment which should be added.

Return Value

Type Description
void
GitHub
Discussions