SVsFontAndColorCacheManager Interface

Object providing 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)

Syntax

'Declaration
<GuidAttribute("FB5F088F-1C86-4648-B01C-0A1C40840C51")> _
<InterfaceTypeAttribute()> _
Public Interface SVsFontAndColorCacheManager
[GuidAttribute("FB5F088F-1C86-4648-B01C-0A1C40840C51")]
[InterfaceTypeAttribute()]
public interface SVsFontAndColorCacheManager
[GuidAttribute(L"FB5F088F-1C86-4648-B01C-0A1C40840C51")]
[InterfaceTypeAttribute()]
public interface class SVsFontAndColorCacheManager
[<GuidAttribute("FB5F088F-1C86-4648-B01C-0A1C40840C51")>]
[<InterfaceTypeAttribute()>]
type SVsFontAndColorCacheManager =  interface end
public interface SVsFontAndColorCacheManager

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;

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace