Método VsTextImageClass.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
Public Overridable Function UnlockImage ( _
grfLock As UInteger _
) As Integer
public virtual int UnlockImage(
uint grfLock
)
public:
virtual int UnlockImage(
[InAttribute] unsigned int grfLock
)
abstract UnlockImage :
grfLock:uint32 -> int
override UnlockImage :
grfLock:uint32 -> int
public 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
Implementações
IVsTextImage.UnlockImage(UInt32)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.