Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Editor Factory Notify flags.
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 __EFNFLAGS
[FlagsAttribute]
public enum __EFNFLAGS
[FlagsAttribute]
public enum class __EFNFLAGS
[<FlagsAttribute>]
type __EFNFLAGS
public enum __EFNFLAGS
Members
| 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. |
Remarks
COM Signature
From vsshell.idl: