IVsFontAndColorDefaults.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] 指示类别的优先级值 __FCPRIORITY 枚举值。
返回值
类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。
备注
COM 签名
从 vsshell.idl:
HRESULT IVsFontAndColorDefaults::GetPriority(
[out] FCPRIORITY *pPriority
);
优先级是基于零,因此,具有较低优先级的数字项目中的类将更高列表。
返回的值应保留在中进行的分组列表定义由 __FCPRIORITY 枚举。
例如文本编辑器和打印机类别的 GetPriority 返回的优先级比 FCP_ENVIRONMENT应大于或等于 FCP_EDITOR ,但小于。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。