共用方式為


GitPullRequestCommentThread interface

表示提取要求的批注線程。 線程包含其保留檔案的元數據,以及一或多個批注(初始批注和後續回復)。

Extends

屬性

pullRequestThreadContext

提取要求唯一的擴充內容資訊

繼承的屬性

comments

批注清單。

id

批注線程標識碼。

identities

與此線程相關的身分識別集

isDeleted

指定當刪除所有批注時,是否刪除線程。

lastUpdatedDate

上次更新此線程的時間。

properties

與線程相關聯的選擇性屬性,做為索引鍵/值組的集合。

publishedDate

此線程發佈的時間。

status

批注線程的狀態。

threadContext

指定線程內容,例如左/右檔案中的位置。

屬性詳細資料

pullRequestThreadContext

提取要求唯一的擴充內容資訊

pullRequestThreadContext: GitPullRequestCommentThreadContext

屬性值

繼承的屬性詳細資料

comments

批注清單。

comments: Comment[]

屬性值

繼承自CommentThread.comments

id

批注線程標識碼。

id: number

屬性值

number

繼承自CommentThread.id

identities

與此線程相關的身分識別集

identities: {[key: string]: WebApi.IdentityRef}

屬性值

{[key: string]: IdentityRef}

繼承自CommentThread.identities

isDeleted

指定當刪除所有批注時,是否刪除線程。

isDeleted: boolean

屬性值

boolean

繼承自CommentThread.isDeleted

lastUpdatedDate

上次更新此線程的時間。

lastUpdatedDate: Date

屬性值

Date

繼承自CommentThread.lastUpdatedDate

properties

與線程相關聯的選擇性屬性,做為索引鍵/值組的集合。

properties: any

屬性值

any

繼承自CommentThread.properties

publishedDate

此線程發佈的時間。

publishedDate: Date

屬性值

Date

繼承自CommentThread.publishedDate

status

批注線程的狀態。

status: CommentThreadStatus

屬性值

繼承自CommentThread.status

threadContext

指定線程內容,例如左/右檔案中的位置。

threadContext: CommentThreadContext

屬性值

繼承自CommentThread.threadContext