Compartilhar via


Método IVsTextLayer.UnlockBufferEx

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

Sintaxe

'Declaração
Function UnlockBufferEx ( _
    dwFlags As UInteger _
) As Integer
int UnlockBufferEx(
    uint dwFlags
)
int UnlockBufferEx(
    [InAttribute] unsigned int dwFlags
)
abstract UnlockBufferEx : 
        dwFlags:uint32 -> int
function UnlockBufferEx(
    dwFlags : uint
) : int

Parâmetros

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextLayer::UnlockBufferEx(
   [in] DWORD dwFlags
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextLayer Interface

Namespace Microsoft.VisualStudio.TextManager.Interop