IVsFontAndColorCacheManager.ClearCache(Guid) Method
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.
Clears a given Category's state information from the Fonts and Colors cache.
public:
int ClearCache(Guid % rguidCategory);
public int ClearCache (ref Guid rguidCategory);
abstract member ClearCache : Guid -> int
Public Function ClearCache (ByRef rguidCategory As Guid) As Integer
Parameters
- rguidCategory
- Guid
[in] Specifies the GUID of the Category of Display Items whose cached information is to be cleared.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsFontAndColorCacheManager::ClearCache(
[in] REFGUID rguidCategory
);