IVsFontAndColorDefaults.GetBaseCategory 方法

IVsFontAndColorDefaults::GetBaseCategory 允许尝试字体和颜色更改 字体和颜色 属性页的 使用默认 按钮行为的 VSPackage。

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

语法

声明
Function GetBaseCategory ( _
    <OutAttribute> ByRef pguidBase As Guid _
) As Integer
int GetBaseCategory(
    out Guid pguidBase
)

参数

  • pguidBase
    类型:System.Guid%
    [out] 为 GUID 的指针指定的基分类为客户端。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsFontAndColorDefaults::GetBaseCategory(
   [out] GUID *pguidBase
);

如果 字体和颜色 属性页的 使用默认 按钮,设置不会自动返回到其原始默认值 (定义为 IVsFontAndColorDefaults 接口的类的实现)。

相反,提示用户选择对原始类定义的默认值或这些定义了此方法返回的类别。

此示例可以在打印机类别找到。 选择 使用默认 的用户可以选择使用打印机类别的原始默认值或使用文本编辑器分类为默认设置。

.NET Framework 安全性

请参见

参考

IVsFontAndColorDefaults 接口

Microsoft.VisualStudio.Shell.Interop 命名空间