SVsFontAndColorStorage 接口
提供对 字体和颜色 存储服务的 Visual Studio SDK 实现的对象。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
<ComVisibleAttribute(False)> _
<GuidAttribute("40BC7B1A-E625-4DA1-86B4-7660F3CCBB16")> _
<GuidAttribute("40BC7B1A-E625-4DA1-86B4-7660F3CCBB16")> _
Public Interface SVsFontAndColorStorage
[ComVisibleAttribute(false)]
[GuidAttribute("40BC7B1A-E625-4DA1-86B4-7660F3CCBB16")]
[GuidAttribute("40BC7B1A-E625-4DA1-86B4-7660F3CCBB16")]
public interface SVsFontAndColorStorage
备注
该对象支持两个接口: IVsFontAndColorStorage 和 IVsFontAndColorUtilities
若要获取受支持的接口,通过 SVsFontAndColorStorage 到 GetService 然后将其设置为所需支持的接口。
IVsFontAndColorStorage 实例可以获取与:
IVsFontAndColorStorage instance = GetService(SVsFontAndColorStorage) as IVsFontAndColorStorage;
IVsFontAndColorUtilities 实例可以获取与:
IVsFontAndColorUtilities instance = GetService(SVsFontAndColorStorage) as IVsFontAndColorUtilities;