Partilhar via


Método IVsTextImage.UnlockImage

Notifica que o texto da imagem não está em uso.

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

Sintaxe

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

Parâmetros

  • grfLock
    Tipo: UInt32

    [in] Especifica um sinalizador de bloqueio. Valores são obtidas a partir do BufferLockFlags enumeração.

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

O ambiente pode solicitar um bloqueio em uma imagem de texto com uma chamada para LockImage.

COM assinatura

De textmgr.idl:

HRESULT IVsTextImage::UnlockImage(
   [in] DWORD grfLock
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextImage Interface

Namespace Microsoft.VisualStudio.TextManager.Interop