VsTextBufferClass.IVsTextLines_UnlockBufferEx(UInt32) Yöntem

Tanım

UnlockBuffer()Metodun uzantısı.

public:
 virtual int IVsTextLines_UnlockBufferEx(System::UInt32 dwFlags) = Microsoft::VisualStudio::TextManager::Interop::IVsTextLines::UnlockBufferEx;
public:
 virtual int IVsTextLines_UnlockBufferEx(unsigned int dwFlags) = Microsoft::VisualStudio::TextManager::Interop::IVsTextLines::UnlockBufferEx;
 virtual int IVsTextLines_UnlockBufferEx(unsigned int dwFlags);
public virtual int IVsTextLines_UnlockBufferEx (uint dwFlags);
abstract member IVsTextLines_UnlockBufferEx : uint32 -> int
override this.IVsTextLines_UnlockBufferEx : uint32 -> int
Public Overridable Function IVsTextLines_UnlockBufferEx (dwFlags As UInteger) As Integer

Parametreler

dwFlags
UInt32

'ndaki BufferLockFlags Şu anda veya için bit düzeyinde değer BLF_READ birleşimi BLF_READ_AND_WRITE .)

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK ; Aksi takdirde, bir hata kodu döndürür.

Şunlara uygulanır