VsQueryRemoveDirectoryFlags Enumeration

 

Specifies the flags associated with QueryRemoveDirectory.

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

[FlagsAttribute]
public enum VsQueryRemoveDirectoryFlags

Member nameDescription
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.

Return to top
Show: