VsTextBufferClass.UnlockBufferEx, méthode
Extension de la méthode d'UnlockBuffer.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function UnlockBufferEx ( _
dwFlags As UInteger _
) As Integer
public virtual int UnlockBufferEx(
uint dwFlags
)
public:
virtual int UnlockBufferEx(
[InAttribute] unsigned int dwFlags
)
abstract UnlockBufferEx :
dwFlags:uint32 -> int
override UnlockBufferEx :
dwFlags:uint32 -> int
public function UnlockBufferEx(
dwFlags : uint
) : int
Paramètres
dwFlags
Type : UInt32[in] union de bits des valeurs d'BufferLockFlags, actuellement BLF_READ ou BLF_READ_AND_WRITE.)
Valeur de retour
Type : Int32
Implémentations
IVsTextBuffer.UnlockBufferEx(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.