VsTextBufferClass.IVsTextLines_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 IVsTextLines_UnlockBuffer() = Microsoft::VisualStudio::TextManager::Interop::IVsTextLines::UnlockBuffer;
public:
virtual int IVsTextLines_UnlockBuffer();
public:
virtual int IVsTextLines_UnlockBuffer() = Microsoft::VisualStudio::TextManager::Interop::IVsTextLines::UnlockBuffer;
virtual int IVsTextLines_UnlockBuffer();
public virtual int IVsTextLines_UnlockBuffer ();
abstract member IVsTextLines_UnlockBuffer : unit -> int
override this.IVsTextLines_UnlockBuffer : unit -> int
Public Overridable Function IVsTextLines_UnlockBuffer () As Integer
Returns
If the method succeeds, returns S_OK; otherwise, returns an error code.