__VSQUERYREMOVEDIRECTORYFLAGS2 Enumeration

Specifies the flags associated with OnQueryRemoveDirectoriesEx.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration __VSQUERYREMOVEDIRECTORYFLAGS2
[FlagsAttribute]
public enum __VSQUERYREMOVEDIRECTORYFLAGS2
[FlagsAttribute]
public enum class __VSQUERYREMOVEDIRECTORYFLAGS2
[<FlagsAttribute>]
type __VSQUERYREMOVEDIRECTORYFLAGS2
public enum __VSQUERYREMOVEDIRECTORYFLAGS2

Members

Member name Description
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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace