VsQueryRemoveDirectoryFlags Enumeration

Specifies the flags associated with QueryRemoveDirectory.

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

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

Syntax

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

Members

Member name Description
IsRemovedFromProjectOnly This flag distinguishes two operations: "Remove From Project" VS. "Delete". If this flag is set, the directory is removed from the project, but still exists on disk.
NoFlags Specifies that no flags are set.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace