IVsFontAndColorGroup.GetPriority 方法

返回组的显示优先级,确定其在 显示设置为: 下拉框的位置 字体和颜色 属性页。

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

语法

声明
Function GetPriority ( _
    <OutAttribute> ByRef pPriority As UShort _
) As Integer
int GetPriority(
    out ushort pPriority
)

参数

  • pPriority
    类型:System.UInt16%
    [out] 对包含组的优先级值。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsFontAndColorGroup::GetPriority(
   [out] FCPRIORITY *pPriority
);

优先级是从零开始的,所以,并将一个较低优先级的数字项目中的类将更高列表。

返回的值应保留在中进行的分组列表定义由 __FCPRIORITY 枚举。

例如文本编辑器和打印机类别的 GetPriority 返回的优先级比 FCP_ENVIRONMENT应大于或等于 FCP_EDITOR ,但小于。

.NET Framework 安全性

请参见

参考

IVsFontAndColorGroup 接口

Microsoft.VisualStudio.Shell.Interop 命名空间