IVsFullTextScanner::OpenFullTextScan Method ()
Visual Studio 2015
Opens the buffer for scanning.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
HRESULT IVsFullTextScanner::OpenFullTextScan();
This method locks the buffer and does a garbage-collection pass, which is resource-intensive. Because of this, do not use this method in a QueryStatus handler or another speed-intensive scenario.
Show: