__VSQUERYREMOVEDIRECTORYFLAGS2 Enumeration

 

Specifies the flags associated with OnQueryRemoveDirectoriesEx.

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

[FlagsAttribute]
public enum __VSQUERYREMOVEDIRECTORYFLAGS2

Member nameDescription
VSQUERYREMOVEDIRECTORYFLAGS_IsRemovedFromProjectOnly

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

Return to top
Show: