IVsTextScanner::OpenScan Method ()
Visual Studio 2015
Opens the text buffer for scanning.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
HRESULT IVsTextScanner::OpenScan();
This method locks the buffer and does a garbage-collection pass, which is expensive, so one should not use this in a QueryStatus handler or other speed-intensive scenario.
Show: