Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Describes the type of the recursion.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Enumeration RecursionType
public enum RecursionType
public enum class RecursionType
type RecursionType
public enum RecursionType
Members
| Member name | Description | |
|---|---|---|
| Full | Recurse to the last child. | |
| None | No recursion. | |
| OneLevel | Recurse one level only. |