VersionControlServer.GetChangesForChangeset 方法 (Int32, Boolean, Int32, ItemSpec, array<String[], array<String[], Boolean)

取得 Changeset中的變更。

命名空間:  Microsoft.TeamFoundation.VersionControl.Client
組件:  Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

語法

'宣告
Public Function GetChangesForChangeset ( _
    changesetId As Integer, _
    includeDownloadInfo As Boolean, _
    pageSize As Integer, _
    lastItem As ItemSpec, _
    itemAttributeFilters As String(), _
    itemPropertyFilters As String(), _
    includeMergeSourceInfo As Boolean _
) As Change()
public Change[] GetChangesForChangeset(
    int changesetId,
    bool includeDownloadInfo,
    int pageSize,
    ItemSpec lastItem,
    string[] itemAttributeFilters,
    string[] itemPropertyFilters,
    bool includeMergeSourceInfo
)

參數

  • includeDownloadInfo
    類型:System.Boolean
    取得資訊的true 需要下載檔案。指定 false 節省頻寬,如果不需要。
  • itemAttributeFilters
    類型:array<System.String[]
    項目屬性篩選。
  • itemPropertyFilters
    類型:array<System.String[]
    項目屬性篩選。
  • includeMergeSourceInfo
    類型:System.Boolean
    true 表示包含來源資訊重新命名/合併。包含這些 false。

傳回值

類型:array<Microsoft.TeamFoundation.VersionControl.Client.Change[]
Change 物件的陣列。

.NET Framework 安全性

請參閱

參考

VersionControlServer 類別

GetChangesForChangeset 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間