SVsFontAndColorCacheManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Object providing access to the Visual Studio SDK implementation of the Font and Color cache manager service.
public interface class SVsFontAndColorCacheManager
public interface class SVsFontAndColorCacheManager
__interface SVsFontAndColorCacheManager
[System.Runtime.InteropServices.Guid("FB5F088F-1C86-4648-B01C-0A1C40840C51")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface SVsFontAndColorCacheManager
[<System.Runtime.InteropServices.Guid("FB5F088F-1C86-4648-B01C-0A1C40840C51")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type SVsFontAndColorCacheManager = interface
Public Interface SVsFontAndColorCacheManager
- Attributes
Remarks
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;