IVsFontAndColorDefaults::GetFlags Method (UInt32)
Visual Studio 2015
Returns a combination of __FONTCOLORFLAGS values. The member of the __FONTCOLORFLAGS enumeration define how the Fonts and Colors properties page in the Options dialog box implements font and color changes.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- dwFlags
-
Type:
System::UInt32
[out] Reference to a __FONTCOLORFLAGS enumeration containing the font color flags.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsFontAndColorDefaults::GetFlags( [out] FONTCOLORFLAGS *dwFlags );
The dwFlags parameter specifies a bitmap bit-wise OR of members of the __FONTCOLORFLAGS enumeration that indicates how to handle font and color changes.
Show: