IVsFontAndColorUtilities.EncodeTrackedItem 方法
返回 RGB (COLORREF) 颜色值与 Visual Studio 环境中跟踪的颜色相对应。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)
语法
声明
Function EncodeTrackedItem ( _
iItemToTrack As Integer, _
aspect As Integer, _
<OutAttribute> ByRef pcrResult As UInteger _
) As Integer
int EncodeTrackedItem(
int iItemToTrack,
int aspect,
out uint pcrResult
)
参数
- iItemToTrack
类型:System.Int32
[in] 指示必须跟踪颜色的可视元素的索引。
- aspect
类型:System.Int32
[in] __VSCOLORASPECT 枚举的成员。
- pcrResult
类型:System.UInt32%
[out] 与跟踪的可视化元素的方面适当的颜色的一个 COLORREF 表示。
返回值
类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。
备注
作为 aspect 参数所提供的 __VSCOLORASPECT 枚举的成员指示是否使用已跟踪项目的前景色或背景色。
pcrResult 的返回值指示元素的颜色跟踪,并且其值可能会更改。
如果 aspect 具有 CA_BACKGROUND 的值 COLORREF 将具有 CT_TRACK_BACKGROUND 的类型 (如返回的 GetColorType 方法。
如果 aspect 具有 CA_FOREGROUND 的值 COLORREF 将具有 CT_TRACK_FOREGROUND的类型。
托管代码可获取函数等效于 GetSysColor 和 SystemColors 和将 COLORREF 和使用 M:System.Drawing.ColorTranslator.FromWin32 的 System.Drawing.Color 结构和M:System.Drawing.ColorTranslator.ToWin32之间。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.VisualStudio.Shell.Interop 命名空间