共用方式為


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