VsTextImageClass.LockImage, méthode
Signale à que l'image de texte est en cours d'utilisation.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
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
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.LockImage(UInt32)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.