Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration QueryMergesExtendedOptions
[FlagsAttribute]
public enum QueryMergesExtendedOptions
[FlagsAttribute]
public enum class QueryMergesExtendedOptions
[<FlagsAttribute>]
type QueryMergesExtendedOptions
public enum QueryMergesExtendedOptions
Members
| 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. |