Partager via


VsTextImageClass.UnlockImage, méthode

Signale à que l'image de texte est pas utilisée.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • grfLock
    Type : UInt32

    [in] spécifie une languette de fermeture. Des valeurs sont prises de l'énumération d'BufferLockFlags.

Valeur de retour

Type : Int32

Implémentations

IVsTextImage.UnlockImage(UInt32)

Sécurité .NET Framework

Voir aussi

Référence

VsTextImageClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms