Partilhar via


Método VsTextBufferClass.IVsTextLines_UnlockBufferEx

Extensão do UnlockBuffer método.

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

Sintaxe

'Declaração
Public Overridable Function IVsTextLines_UnlockBufferEx ( _
    dwFlags As UInteger _
) As Integer
public virtual int IVsTextLines_UnlockBufferEx(
    uint dwFlags
)
public:
virtual int IVsTextLines_UnlockBufferEx(
    [InAttribute] unsigned int dwFlags
)
abstract IVsTextLines_UnlockBufferEx : 
        dwFlags:uint32 -> int  
override IVsTextLines_UnlockBufferEx : 
        dwFlags:uint32 -> int
public function IVsTextLines_UnlockBufferEx(
    dwFlags : uint
) : int

Parâmetros

Valor de retorno

Tipo: Int32

Implementações

IVsTextLines.UnlockBufferEx(UInt32)

Segurança do .NET Framework

Consulte também

Referência

VsTextBufferClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop