IVsFontAndColorStorage3 接口

定义

允许 VSPackage 管理注册表字体和颜色条目。

public interface class IVsFontAndColorStorage3 : Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorStorage2
public interface class IVsFontAndColorStorage3 : Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorStorage2
__interface IVsFontAndColorStorage3 : Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorStorage2
[System.Runtime.InteropServices.Guid("BAA340BB-FA34-4CCB-8C81-436566368517")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFontAndColorStorage3 : Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorStorage2
[<System.Runtime.InteropServices.Guid("BAA340BB-FA34-4CCB-8C81-436566368517")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFontAndColorStorage3 = interface
    interface IVsFontAndColorStorage2
Public Interface IVsFontAndColorStorage3
Implements IVsFontAndColorStorage2
派生
属性
实现

方法

RevertAllCategoriesToDefault()

将所有类别中的所有项恢复为其默认值。

RevertAllItemsToDefault()
RevertFontToDefault()
RevertItemToDefault(String)

适用于