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.
Allows a VSPackage to manage registry font and color entries.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("BAA340BB-FA34-4CCB-8C81-436566368517")> _
Public Interface IVsFontAndColorStorage3 _
    Inherits IVsFontAndColorStorage2
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("BAA340BB-FA34-4CCB-8C81-436566368517")]
public interface IVsFontAndColorStorage3 : IVsFontAndColorStorage2
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"BAA340BB-FA34-4CCB-8C81-436566368517")]
public interface class IVsFontAndColorStorage3 : IVsFontAndColorStorage2
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("BAA340BB-FA34-4CCB-8C81-436566368517")>]
type IVsFontAndColorStorage3 =  
    interface 
        interface IVsFontAndColorStorage2 
    end
public interface IVsFontAndColorStorage3 extends IVsFontAndColorStorage2
The IVsFontAndColorStorage3 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | RevertAllCategoriesToDefault | Reverts all items in all categories to their default values. | 
| .gif) | RevertAllItemsToDefault | |
| .gif) | RevertFontToDefault | |
| .gif) | RevertItemToDefault | 
Top