This documentation is archived and is not being maintained.
QueryMergesExtendedOptions Enumeration
Visual Studio 2013
Options to pass to the query merges extended method
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
| Member name | Description | |
|---|---|---|
| IncludeDownloadInfo | Include download information. | |
| None | No options specified | |
| QueryRenames | Specifies the query should only query sources of a rename Specifies the query should only query source / targets of a rename The default is to query sources of a merge The default is to query source / targets of a merge | |
| QueryTargetMerges | Specifies that the query should query targets for a given source item. |
Show: