IVsUIShell.GetVSSysColor(VSSYSCOLOR, UInt32) Method

Definition

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.

Returns

Applies to