__EFNFLAGS Enumeration

 

Editor Factory Notify flags.

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

[FlagsAttribute]
public enum __EFNFLAGS

Member nameDescription
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:

Return to top
Show: