IVsFontAndColorDefaults.GetCategoryName 方法

返回 显示项目 类别的显示名称。

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

语法

声明
Function GetCategoryName ( _
    <OutAttribute> ByRef pbstrName As String _
) As Integer
int GetCategoryName(
    out string pbstrName
)

参数

  • pbstrName
    类型:System.String%
    [out] 对包含显示项类别的名称字符串的指针。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsFontAndColorDefaults::GetCategoryName(
   [out] BSTR *pbstrName
);

在 pbstrName 提供的名称在 字体和颜色 将显示页。 由于此名称显示给用户,必须对其进行本地化。

.NET Framework 安全性

请参见

参考

IVsFontAndColorDefaults 接口

Microsoft.VisualStudio.Shell.Interop 命名空间