ImmutabilityExtensionMethods.SetLocks Method (ModelElement, Locks)
Set the lock flags of this element
Namespace: Microsoft.VisualStudio.Modeling.Immutability
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
<ExtensionAttribute> _
Public Shared Sub SetLocks ( _
element As ModelElement, _
locks As Locks _
)
public static void SetLocks(
this ModelElement element,
Locks locks
)
[ExtensionAttribute]
public:
static void SetLocks(
ModelElement^ element,
Locks locks
)
static member SetLocks :
element:ModelElement *
locks:Locks -> unit
public static function SetLocks(
element : ModelElement,
locks : Locks
)
Parameters
- element
Type: Microsoft.VisualStudio.Modeling.ModelElement
The element whose lock flags are to be set
- locks
Type: Microsoft.VisualStudio.Modeling.Immutability.Locks
New set of lock flags to be 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
- 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.