__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.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration __FCSTORAGEFLAGS
[FlagsAttribute]
public enum __FCSTORAGEFLAGS
[FlagsAttribute]
public enum class __FCSTORAGEFLAGS
[<FlagsAttribute>]
type __FCSTORAGEFLAGS
public enum __FCSTORAGEFLAGS

Members

Member name Description
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.
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_PROPAGATECHANGES Registry updates will generate an event which can be handled by VSPackages.
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.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace