IVsFontAndColorUtilities::EncodeAutomaticColor Method (UInt32)
Visual Studio 2015
Returns the current value of the Visual Studio session automatic color as an RGB (COLORREF) value.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pcrResult
-
Type:
System::UInt32
[out] A COLORREF representation corresponding to the Visual Studio automatic color.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Managed code can obtain functionality equivalent to GetSysColor with SystemColors and convert between COLORREF and the System.Drawing.Color structure using M:System.Drawing.ColorTranslator.FromWin32 and M:System.Drawing.ColorTranslator.ToWin32.
Show: