Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("3448FF72-B072-435E-9059-29D89C0A3CD0")> _
Public Interface IVsFontAndColorDefaultsProvider
'Usage
Dim instance As IVsFontAndColorDefaultsProvider
[InterfaceTypeAttribute()]
[GuidAttribute("3448FF72-B072-435E-9059-29D89C0A3CD0")]
public interface IVsFontAndColorDefaultsProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"3448FF72-B072-435E-9059-29D89C0A3CD0")]
public interface class IVsFontAndColorDefaultsProvider
public interface IVsFontAndColorDefaultsProvider
Remarks
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.