SVsFontAndColorCacheManager Interface
Object that provides access to the Visual Studio SDK implementation of the Font and Color cache manager service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
This object supports one interface: IVsFontAndColorCacheManager.
To obtain the supported interface, pass SVsFontAndColorStorage to GetService and then cast it to IVsFontAndColorCacheManager.
An instance of IVsFontAndColorCacheManager may be obtained with:
IVsFontAndColorCacheManager instance = GetService(SVsFontAndColorCacheManager) as IVsFontAndColorCacheManager;