IVsFontAndColorCacheManager Members
Include Protected Members
Include Inherited Members
Controls the caching of font and color settings.
The IVsFontAndColorCacheManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
CheckCache | Determines if a given Category's state is cached and current. | |
CheckCacheable | Determines if a given Category's state can be cached. | |
ClearAllCaches | Clears all Categories' state information from the Fonts and Colors cache. | |
ClearCache | Clears a given Category's state information from the Fonts and Colors cache. | |
RefreshCache | Force the Visual Studio environment to update cached Fonts and Colors information with the current state data of a given Category. |
Top