Partager via


IVsTextImage.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
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

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
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

L'environnement peut demander un verrou sur une image de texte avec un appel à LockImage.

Signature de COM

De textmgr.idl :

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

Sécurité .NET Framework

Voir aussi

Référence

IVsTextImage Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms