__EFNFLAGS Enumeration
Visual Studio 2015
Editor Factory Notify flags.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| EFN_ClonedFromTemplate | AddNewItem operation. File passed was cloned from a template file. | |
| EFN_ItemAdded | AddItem operation. File passed was added as an existing file. | |
| EFN_ItemAddedAsCopyOf | AddItem operation. File added as a "Copy of file" (copy/paste to same folder scenario). | |
| EFN_ItemAddedFromSaveAs | AddItem operation. File passed was added as a result of a Save As operation. |
From vsshell.idl:
Show: