IVsFontAndColorStorage.CloseCategory 方法

关闭包含 Display Items 的注册表项字体和颜色信息在当前打开的 Category

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

语法

声明
Function CloseCategory As Integer
int CloseCategory()

返回值

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

备注

必须打开类别的注册表项与 OpenCategory

除了显式关闭该类之外通过调用 CloseCategory,类自动关闭,当:

显式结帐条目通过调用 CloseCategory 是很好的做法,因为它确保代码不读取或写入类别不应。

.NET Framework 安全性

请参见

参考

IVsFontAndColorStorage 接口

Microsoft.VisualStudio.Shell.Interop 命名空间

IVsFontAndColorStorage2