Locks Enumeration
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
‘선언
<FlagsAttribute> _
Public Enumeration Locks
[FlagsAttribute]
public enum Locks
[FlagsAttribute]
public enum class Locks
[<FlagsAttribute>]
type Locks
public enum Locks
Members
Member name | Description | |
---|---|---|
None | ||
Properties | Lock element property updates | |
Add | Lock Add element (and therefore link) operations. Only relevant at Partition and Store levels. | |
Move | Lock moving elements between partitions | |
Delete | Lock deleting elements | |
Reorder | Lock re-ordering of links | |
RolePlayer | Lock changes of link role players | |
All | Lock all updates |