Kommentar
Å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.
Types of locks that can be applied to elements, partitions, and the store
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Modeling.Immutability
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration Locks
[FlagsAttribute]
public enum Locks
[FlagsAttribute]
public enum class Locks
[<FlagsAttribute>]
type Locks
public enum Locks
Members
| Member name | Description | |
|---|---|---|
| Add | Lock Add element (and therefore link) operations. Only relevant at Partition and Store levels. | |
| All | Lock all updates | |
| Delete | Lock deleting elements | |
| Move | Lock moving elements between partitions | |
| None | ||
| Properties | Lock element property updates | |
| Reorder | Lock re-ordering of links | |
| RolePlayer | Lock changes of link role players |