IVsUIShell.GetVSSysColor 方法
此方法已被否决。 请改用 GetVSSysColorEx。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
Function GetVSSysColor ( _
dwSysColIndex As VSSYSCOLOR, _
<OutAttribute> ByRef pdwRGBval As UInteger _
) As Integer
int GetVSSysColor(
VSSYSCOLOR dwSysColIndex,
out uint pdwRGBval
)
参数
- dwSysColIndex
类型:Microsoft.VisualStudio.Shell.Interop.VSSYSCOLOR
不要使用。
- pdwRGBval
类型:System.UInt32%
不要使用。
返回值
类型:System.Int32
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。