IVsFontAndColorDefaultsProvider 接口

提供 IVsFontAndColorDefaults 的实例或 IVsFontAndColorGroup 接口与特定类别相对应--在 显示设置为: 列表的特定项放置拉列表 选项 对话框的 字体和颜色 属性页。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("3448FF72-B072-435E-9059-29D89C0A3CD0")> _
Public Interface IVsFontAndColorDefaultsProvider
[InterfaceTypeAttribute()]
[GuidAttribute("3448FF72-B072-435E-9059-29D89C0A3CD0")]
public interface IVsFontAndColorDefaultsProvider

IVsFontAndColorDefaultsProvider 类型公开以下成员。

方法

  名称 说明
公共方法 GetObject 返回 IVsFontAndColorDefaults 或一 IVsFontAndColorGroupIVsFontAndColorDefaults 接口 rguidCategory 参数指定类别的。

页首

备注

类提供程序还必须包含 IVsFontAndColorDefaults 的至少实现很有用。

对实现者的说明

语言服务必须实现 IVsFontAndColorDefaultsProvider 接口提供字体和颜色类别。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间