IVsUIShell.GetVSSysColor(VSSYSCOLOR, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is deprecated. Use GetVSSysColorEx(Int32, UInt32) instead.
public:
int GetVSSysColor(Microsoft::VisualStudio::Shell::Interop::VSSYSCOLOR dwSysColIndex, [Runtime::InteropServices::Out] System::UInt32 % pdwRGBval);
int GetVSSysColor(Microsoft::VisualStudio::Shell::Interop::VSSYSCOLOR dwSysColIndex, [Runtime::InteropServices::Out] unsigned int & pdwRGBval);
public int GetVSSysColor (Microsoft.VisualStudio.Shell.Interop.VSSYSCOLOR dwSysColIndex, out uint pdwRGBval);
abstract member GetVSSysColor : Microsoft.VisualStudio.Shell.Interop.VSSYSCOLOR * uint32 -> int
Public Function GetVSSysColor (dwSysColIndex As VSSYSCOLOR, ByRef pdwRGBval As UInteger) As Integer
Parameters
- dwSysColIndex
- VSSYSCOLOR
Do not use.
- pdwRGBval
- UInt32
Do not use.