GitPullRequestCommentThread Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a comment thread of a pull request. A thread contains meta data about the file it was left on (if any) along with one or more comments (an initial comment and the subsequent replies).
[System.Runtime.Serialization.DataContract]
public class GitPullRequestCommentThread : Microsoft.TeamFoundation.SourceControl.WebApi.CommentThread
type GitPullRequestCommentThread = class
inherit CommentThread
Public Class GitPullRequestCommentThread
Inherits CommentThread
- Inheritance
- Attributes
Comments |
A list of the comments. (Inherited from CommentThread) |
Id |
The comment thread id. (Inherited from CommentThread) |
Identities |
Set of identities related to this thread (Inherited from CommentThread) |
Is |
Specify if the thread is deleted which happens when all comments are deleted. (Inherited from CommentThread) |
Last |
The time this thread was last updated. (Inherited from CommentThread) |
Links |
Links to other related objects. (Inherited from CommentThread) |
Properties |
Optional properties associated with the thread as a collection of key-value pairs. (Inherited from CommentThread) |
Published |
The time this thread was published. (Inherited from CommentThread) |
Pull |
Extended context information unique to pull requests |
Status |
The status of the comment thread. (Inherited from CommentThread) |
Thread |
Specify thread context such as position in left/right file. (Inherited from CommentThread) |
ISecured |
(Inherited from VersionControlSecuredObject) |
ISecured |
(Inherited from VersionControlSecuredObject) |
ISecured |
(Inherited from VersionControlSecuredObject) |
Produk | Versi |
---|---|
Azure DevOps Services .NET SDK | preview, latest |