__FCSTORAGEFLAGS Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

public enum class __FCSTORAGEFLAGS
public enum class __FCSTORAGEFLAGS
enum __FCSTORAGEFLAGS
[System.Flags]
public enum __FCSTORAGEFLAGS
[<System.Flags>]
type __FCSTORAGEFLAGS = 
Public Enum __FCSTORAGEFLAGS
Inheritance
__FCSTORAGEFLAGS
Attributes

Fields

FCSF_LOADDEFAULTS 2

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 8

Color values returned by GetItem(String, ColorableItemInfo[]) 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 4

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

FCSF_READONLY 1

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

Remarks

COM Signature

From vsshell.idl:

Applies to