IVsTextScanner::CloseScan Method ()
Visual Studio 2015
Closes the buffer for scanning and re-enables writing to the buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
HRESULT IVsTextScanner::CloseScan();
Implementations that provide a writable buffer use this method to re-enable writing to the buffer following write-locks placed by this interface.
Show: