IVsFontAndColorStorage.SetFont 方法

存储当前打开的类别要使用的字体的基本定义。

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

语法

声明
Function SetFont ( _
    pInfo As FontInfo() _
) As Integer
int SetFont(
    FontInfo[] pInfo
)

参数

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsFontAndColorStorage::SetFont(
   [in] FontInfo *pInfo
);

文本仅名称 (bstrFaceName),字符集 (iCharSet),并在注册表点传入的 FontInfo 结构指定的范围 (wPointSize) 值存储。

如果对 IVsFontAndColorStorage::SetFont 的调用成功,并且,项目的类中 OpenCategory 打开在 FCSF_PROPAGATECHANGES 模式下,方法生成 OnFontChanged要处理的事件。 如果项目的类别未打开与 FCSF_PROPAGATECHANGES,使用 GetFontGetFont,应用程序必须查询该环境获取信息。

将由呈现文本的应用程序到 Visual Studio 环境更新其显示与此方法已修改的设置。

.NET Framework 安全性

请参见

参考

IVsFontAndColorStorage 接口

Microsoft.VisualStudio.Shell.Interop 命名空间

IVsFontAndColorStorage2