ImmutabilityExtensionMethods.IsLocked Method (ModelElement, Locks)

Test whether this element has any of a specified set of locks

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 IsLocked ( _
    element As ModelElement, _
    locks As Locks _
) As Boolean
public static bool IsLocked(
    this ModelElement element,
    Locks locks
)
[ExtensionAttribute]
public:
static bool IsLocked(
    ModelElement^ element, 
    Locks locks
)
static member IsLocked : 
        element:ModelElement * 
        locks:Locks -> bool
public static function IsLocked(
    element : ModelElement, 
    locks : Locks
) : boolean

Parameters

Return Value

Type: Boolean

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

IsLocked Overload

Microsoft.VisualStudio.Modeling.Immutability Namespace