Source::GetHiddenTextSession Method ()
Visual Studio 2015
Gets the hidden region manager if available.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Return Value
Type: Microsoft.VisualStudio.TextManager.Interop::IVsHiddenTextSession^If successful, returns an IVsHiddenTextSession object representing the hidden region manager; otherwise returns null.
The IVsHiddenTextSession object is obtained from Visual Studio. This method is normally not called unless outlining is enabled (the OutliningEnabled property returns true).
The IVsHiddenTextSession manages hidden regions in a source file.
Show: