__EFNFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Editor Factory Notify flags.
This enumeration supports a bitwise combination of its member values.
public enum class __EFNFLAGS
public enum class __EFNFLAGS
enum __EFNFLAGS
[System.Flags]
public enum __EFNFLAGS
[<System.Flags>]
type __EFNFLAGS =
Public Enum __EFNFLAGS
- Inheritance
-
__EFNFLAGS
- Attributes
Fields
EFN_ClonedFromTemplate | 1 | AddNewItem operation. File passed was cloned from a template file. |
EFN_ItemAdded | 2 | AddItem operation. File passed was added as an existing file. |
EFN_ItemAddedAsCopyOf | 8 | AddItem operation. File added as a "Copy of file" (copy/paste to same folder scenario). |
EFN_ItemAddedFromSaveAs | 4 | AddItem operation. File passed was added as a result of a Save As operation. |
Remarks
COM Signature
From vsshell.idl: