__VSQUERYREMOVEFILEFLAGS2 Enumeration

 

Specifies the flags associated with OnQueryRemoveFilesEx.

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

[FlagsAttribute]
public enum __VSQUERYREMOVEFILEFLAGS2

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