IVsFontAndColorStorage3 Interface

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
Public method RevertAllCategoriesToDefault Reverts all items in all categories to their default values.
Public method RevertAllItemsToDefault
Public method RevertFontToDefault
Public method RevertItemToDefault

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace