Freigeben über


VsTextImageClass.UnlockImage-Methode

Benachrichtigt, dass das Bild Text nicht verwendet wird.

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

Syntax

'Declaration
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

Parameter

  • grfLock
    Typ: UInt32

    [in] Gibt ein Sperrenflag an. Werte werden von der BufferLockFlags-Enumeration bestimmt.

Rückgabewert

Typ: Int32

Implementiert

IVsTextImage.UnlockImage(UInt32)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsTextImageClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace