Compartir a través de


VsTextImageClass.LockImage (Método)

Notifica que el texto está en uso.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Public Overridable Function LockImage ( _
    grfLock As UInteger _
) As Integer
public virtual int LockImage(
    uint grfLock
)
public:
virtual int LockImage(
    [InAttribute] unsigned int grfLock
)
abstract LockImage : 
        grfLock:uint32 -> int  
override LockImage : 
        grfLock:uint32 -> int
public function LockImage(
    grfLock : uint
) : int

Parámetros

  • grfLock
    Tipo: UInt32

    [in] Especifica un indicador de bloqueo. los valores se toman de la enumeración de BufferLockFlags .

Valor devuelto

Tipo: Int32

Implementaciones

IVsTextImage.LockImage(UInt32)

Seguridad de .NET Framework

Vea también

Referencia

VsTextImageClass Clase

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)