ImmutabilityExtensionMethods.GetLocks Method (ModelElement)

Get the lock flags for this element. This will include any locks enabled on the Partition containing the element.

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetLocks ( _
    element As ModelElement _
) As Locks
public static Locks GetLocks(
    this ModelElement element
)
[ExtensionAttribute]
public:
static Locks GetLocks(
    ModelElement^ element
)
static member GetLocks : 
        element:ModelElement -> Locks
public static function GetLocks(
    element : ModelElement
) : Locks

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Immutability.Locks
Lock flags enabled on the element

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ModelElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

ImmutabilityExtensionMethods Class

GetLocks Overload

Microsoft.VisualStudio.Modeling.Immutability Namespace