ImmutabilityExtensionMethods.SetLocks Method (Store, Locks)

Set the lock flags of this Store instance

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Sub SetLocks ( _
    store As Store, _
    locks As Locks _
)
public static void SetLocks(
    this Store store,
    Locks locks
)
[ExtensionAttribute]
public:
static void SetLocks(
    Store^ store, 
    Locks locks
)
static member SetLocks : 
        store:Store * 
        locks:Locks -> unit 
public static function SetLocks(
    store : Store, 
    locks : Locks
)

Parameters

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Store. 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

SetLocks Overload

Microsoft.VisualStudio.Modeling.Immutability Namespace