IVsFullTextScanner::CloseFullTextScan Method ()
Visual Studio 2015
Closes the buffer for scanning.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
HRESULT IVsFullTextScanner::Close FullTextScan();
Writeable buffer implementations use CloseFullTextScan to again allow writing to the buffer.
Show: