This documentation is archived and is not being maintained.
VersionControlServer::GetChangesForChangeset Method (Int32, Boolean, Int32, ItemSpec, array<String>, array<String>, Boolean)
Visual Studio 2013
Gets the changes within a Changeset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<Change^>^ GetChangesForChangeset( int changesetId, bool includeDownloadInfo, int pageSize, ItemSpec^ lastItem, array<String^>^ itemAttributeFilters, array<String^>^ itemPropertyFilters, bool includeMergeSourceInfo )
Parameters
- changesetId
- Type: System::Int32
The Changeset for which to get changes.
- includeDownloadInfo
- Type: System::Boolean
true to get the information needed to download files. Specify false to save bandwidth if not necessary.
- pageSize
- Type: System::Int32
The number of Item objects to return.
- lastItem
- Type: Microsoft.TeamFoundation.VersionControl.Client::ItemSpec
Instructs the server to return items which sort after this item. If null, the server will begin from the start of the Changeset.
- itemAttributeFilters
- Type: array<System::String>
The item attribute filter.
- itemPropertyFilters
- Type: array<System::String>
The item property filter.
- includeMergeSourceInfo
- Type: System::Boolean
True to include source information about renames / merges. False to not include these.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::Change>Array of Change objects.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: