IVsFontAndColorDefaultsProvider Interface
Visual Studio 2015
Provides an instance of the IVsFontAndColorDefaults or the IVsFontAndColorGroup interface corresponding to a particular Category -- a particular item listed in the Show Settings For: drop down listing of the Fonts and Colors properties page of the Options dialog box.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetObject(Guid, Object) | Returns an IVsFontAndColorDefaults or an IVsFontAndColorGroupIVsFontAndColorDefaults interface for the category specified by the rguidCategory parameter. |
The category provider must also contain at least one implementation of IVsFontAndColorDefaults to be useful.
Notes to Implementers:
A language service must implement the IVsFontAndColorDefaultsProvider interface to proffer Font and Color categories.
Show:
