VsTextBufferClass.UnlockBufferEx(UInt32) Method

Definition

Extension of the UnlockBuffer() method.

public:
 virtual int UnlockBufferEx(System::UInt32 dwFlags) = Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer::UnlockBufferEx;
public:
 virtual int UnlockBufferEx(System::UInt32 dwFlags);
public:
 virtual int UnlockBufferEx(unsigned int dwFlags) = Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer::UnlockBufferEx;
 virtual int UnlockBufferEx(unsigned int dwFlags);
public virtual int UnlockBufferEx (uint dwFlags);
abstract member UnlockBufferEx : uint32 -> int
override this.UnlockBufferEx : uint32 -> int
Public Overridable Function UnlockBufferEx (dwFlags As UInteger) As Integer

Parameters

dwFlags
UInt32

[in] Bitwise union of BufferLockFlags values, presently either BLF_READ or BLF_READ_AND_WRITE.)

Returns

If the method succeeds, returns S_OK; otherwise, returns an error code.

Implements

Applies to