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 control where and how the local versions are updated.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration UpdateLocalVersionQueueOptions
[FlagsAttribute]
public enum UpdateLocalVersionQueueOptions
[FlagsAttribute]
public enum class UpdateLocalVersionQueueOptions
[<FlagsAttribute>]
type UpdateLocalVersionQueueOptions
public enum UpdateLocalVersionQueueOptions
Members
| Member name | Description | |
|---|---|---|
| UpdateLocal | The ‘UpdateLocal’ version. | |
| UpdateServer | The ‘UpdateServer’ version. |