__VSREMOVEFILEFLAGS2 Enumeration

 

Specifies the flags used in OnAfterRemoveFilesEx.

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

[FlagsAttribute]
public enum __VSREMOVEFILEFLAGS2

Member nameDescription
VSREMOVEFILEFLAGS_IsRemovedFromProjectOnly

This flag distinguishes two operations: "Remove From Project" and "Delete". If this flag is set, the file is removed from the project, but still exists on disk.

Return to top
Show: