Partilhar via


Método VsTextBufferClass.IVsTextLines_UnlockBuffer

Desbloqueia um buffer bloqueado com o método LockBuffer.

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

Sintaxe

'Declaração
Public Overridable Function IVsTextLines_UnlockBuffer As Integer
public virtual int IVsTextLines_UnlockBuffer()
public:
virtual int IVsTextLines_UnlockBuffer()
abstract IVsTextLines_UnlockBuffer : unit -> int  
override IVsTextLines_UnlockBuffer : unit -> int
public function IVsTextLines_UnlockBuffer() : int

Valor de retorno

Tipo: Int32

Implementações

IVsTextLines.UnlockBuffer()

Segurança do .NET Framework

Consulte também

Referência

VsTextBufferClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop