ImmutabilityExtensionMethods.IsLocked Methode

Definition

Überlädt

IsLocked(ModelElement, Locks)

Testet, ob dieses Element über einen angegebenen Satz von Sperren verfügt.

IsLocked(Partition, Locks)

Testet, ob diese Partition einen angegebenen Satz von Sperren aufweist.

IsLocked(Store, Locks)

Testet, ob dieser Speicher einen angegebenen Satz von Sperren hat

IsLocked(ModelElement, Locks)

Testet, ob dieses Element über einen angegebenen Satz von Sperren verfügt.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsLocked(Microsoft::VisualStudio::Modeling::ModelElement ^ element, Microsoft::VisualStudio::Modeling::Immutability::Locks locks);
public static bool IsLocked (this Microsoft.VisualStudio.Modeling.ModelElement element, Microsoft.VisualStudio.Modeling.Immutability.Locks locks);
static member IsLocked : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.Immutability.Locks -> bool
<Extension()>
Public Function IsLocked (element As ModelElement, locks As Locks) As Boolean

Parameter

element
ModelElement

Das Element, dessen Sperrflags getestet werden sollen.

locks
Locks

Satz von aktivierten Sperr Flags

Gibt zurück

Boolean

Gilt für

IsLocked(Partition, Locks)

Testet, ob diese Partition einen angegebenen Satz von Sperren aufweist.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsLocked(Microsoft::VisualStudio::Modeling::Partition ^ partition, Microsoft::VisualStudio::Modeling::Immutability::Locks locks);
public static bool IsLocked (this Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.Immutability.Locks locks);
static member IsLocked : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.Immutability.Locks -> bool
<Extension()>
Public Function IsLocked (partition As Partition, locks As Locks) As Boolean

Parameter

partition
Partition

Die Partition, deren Sperrflags getestet werden sollen.

locks
Locks

Satz von aktivierten Sperr Flags

Gibt zurück

Boolean

Gilt für

IsLocked(Store, Locks)

Testet, ob dieser Speicher einen angegebenen Satz von Sperren hat

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsLocked(Microsoft::VisualStudio::Modeling::Store ^ store, Microsoft::VisualStudio::Modeling::Immutability::Locks locks);
public static bool IsLocked (this Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.Immutability.Locks locks);
static member IsLocked : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.Immutability.Locks -> bool
<Extension()>
Public Function IsLocked (store As Store, locks As Locks) As Boolean

Parameter

store
Store
locks
Locks

Satz von aktivierten Sperr Flags

Gibt zurück

Boolean

Gilt für