VsRemoveDirectoryFlags Enumeration

 

Specifies the flags used by OnAfterRemoveDirectories.

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

[FlagsAttribute]
public enum VsRemoveDirectoryFlags

Member nameDescription
IsDirectoryBased

Deprecated. Do not use.

IsRemovedFromProjectOnly

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

NoFlags

Specifies that no flags exist.

RemoveFromSourceControlDoneExternally

Indicates that the directory has already been removed from source control.

Return to top
Show: