Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Enumerates the type of changes that can be made on an object that is in the catalog.
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Enumeration CatalogChangeType
public enum CatalogChangeType
public enum class CatalogChangeType
type CatalogChangeType
public enum CatalogChangeType
Members
| Member name | Description | |
|---|---|---|
| CreateOrUpdate | Assume this object is new and create it. | |
| None | There is no change on this object | |
| NonRecursiveDelete | Delete this object and if any nodes have to be deleted, do so in a recursive manner. | |
| RecursiveDelete | Delete this object and if any nodes have to be deleted, do so in a recursive manner. |