AzureDevOpsPullRequestCommentThread Class

Summary

Class for dealing with comments in pull requests.
graph BT Type-->Base0["object"] Type["AzureDevOpsPullRequestCommentThread"] class Type type-node

Syntax

public class AzureDevOpsPullRequestCommentThread

Constructors

Name Summary
AzureDevOpsPullRequestCommentThread() Initializes a new instance of the AzureDevOpsPullRequestCommentThread class.

Properties

Name Value Summary
Comments IEnumerable<AzureDevOpsComment>
Gets or sets the collection of comments in the pull request comment thread.
FilePath FilePath
Gets or sets the path of the modified file the pull request comment thread belongs to. Returns 'null' for the comment threads not related to any particular file.
Id int
Gets or sets the Id of the pull request comment thread.
Properties IDictionary<string, object>
Gets or sets the collection of properties of the pull request comment thread.
Status AzureDevOpsCommentThreadStatus
Gets or sets the status of the pull request comment thread.

Methods

Name Value Summary
GetValue<T>(string) T
Gets the value of the thread property.
SetValue<T>(string, T) void
Sets a value in the thread properties.
GitHub
Discussions