VsTextBufferClass.UnlockBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unlocks a buffer locked with the method LockBuffer().
public:
virtual int UnlockBuffer() = Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer::UnlockBuffer;
public:
virtual int UnlockBuffer();
public:
virtual int UnlockBuffer() = Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer::UnlockBuffer;
virtual int UnlockBuffer();
public virtual int UnlockBuffer ();
abstract member UnlockBuffer : unit -> int
override this.UnlockBuffer : unit -> int
Public Overridable Function UnlockBuffer () As Integer
Returns
If the method succeeds, returns S_OK; otherwise, returns an error code.