Share via


BufferLockFlags Enumeration

Sets the Read/Write mode of the text buffer.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration BufferLockFlags
'Usage
Dim instance As BufferLockFlags
[FlagsAttribute]
public enum BufferLockFlags
[FlagsAttribute]
public enum class BufferLockFlags
public enum BufferLockFlags

Members

Member name Description
BLF_READ Causes Writes from other threads to block, but allows Reads.
BLF_READ_AND_WRITE Causes Writes and Reads from other threads to block (implies BLF_READ).

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace