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
'Declaration
Public Overridable Function UnlockBuffer As Integer
'Usage
Dim instance As VsTextBufferClass
Dim returnValue As Integer
returnValue = instance.UnlockBuffer()
public virtual int UnlockBuffer()
public:
virtual int UnlockBuffer()
public function UnlockBuffer() : int
Return Value
Type: System.Int32
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.