VsTextBufferClass.UnlockBuffer Method

Unlocks a buffer locked with the method LockBuffer.

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

Syntax

'Déclaration
Public Overridable Function UnlockBuffer As Integer
public virtual int UnlockBuffer()
public:
virtual int UnlockBuffer()
abstract UnlockBuffer : unit -> int 
override UnlockBuffer : unit -> int 
public function UnlockBuffer() : int

Return Value

Type: System.Int32
If the method succeeds, returns S_OK; otherwise, returns an error code.

Implements

IVsTextBuffer.UnlockBuffer()

.NET Framework Security

See Also

Reference

VsTextBufferClass Class

Microsoft.VisualStudio.TextManager.Interop Namespace