ImmutabilityExtensionMethods::GetLocks Method (Store^)

 

Get the lock flags for this Store instance

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

public:
[ExtensionAttribute]
static Locks GetLocks(
	Store^ store
)

Parameters

store
Type: Microsoft.VisualStudio.Modeling::Store^

The Store instance whose lock flags are to be queried

Return Value

Type: Microsoft.VisualStudio.Modeling.Immutability::Locks

Lock flags enabled on the store

Return to top
Show: