Locks Enumeration

 

Types of locks that can be applied to elements, partitions, and the store

Namespace:   Microsoft.VisualStudio.Modeling.Immutability
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

[FlagsAttribute]
public enum class Locks

Member nameDescription
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

Return to top
Show: