ImmutabilityExtensionMethods.SetLocks Method (Store, Locks)
Set the lock flags of this Store instance
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 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
store
Type: Microsoft.VisualStudio.Modeling.StoreThe Store instance whose lock flags are to be set
locks
Type: Microsoft.VisualStudio.Modeling.Immutability.LocksNew set of lock flags to be enabled on the store
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.