__FCSTORAGEFLAGS Enumeration

 

The FCSTORAGEFLAGS enumeration's values are used by a VSPackage managing fonts and color to indicate the mode used by OpenCategory to open a category's registry key.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum __FCSTORAGEFLAGS

Member nameDescription
FCSF_LOADDEFAULTS

Settings that have not been saved to the registry are loaded directly from the VSPackage providing font and color defaults. If it is not set, only settings that have been changed from their defaults will be retrievable.

FCSF_NOAUTOCOLORS

Color values returned by GetItem will be real RGB values. If a color had been specified as a COLORREF_AUTO value, it will now be converted to an RGB value.

FCSF_PROPAGATECHANGES

Registry updates will generate an event which can be handled by VSPackages.

FCSF_READONLY

Registry will be opened for read only access. If this flag is omitted, when calling OpenCategory to open a category without stored font and color information, the method will create entries of for the information.

From vsshell.idl:

Return to top
Show: