VsRemoveDirectoryFlags Enum

Definition

VSREMOVEDIRECTORYFLAGS, VSREMOVEDIRECTORYFLAGS2

This enumeration supports a bitwise combination of its member values.

public enum class VsRemoveDirectoryFlags
public enum class VsRemoveDirectoryFlags
enum VsRemoveDirectoryFlags
[System.Flags]
public enum VsRemoveDirectoryFlags
[<System.Flags>]
type VsRemoveDirectoryFlags = 
Public Enum VsRemoveDirectoryFlags
Inheritance
VsRemoveDirectoryFlags
Attributes

Fields

IsDirectoryBased 1

Deprecated. Do not use.

IsRemovedFromProjectOnly 4

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 0

Specifies that no flags exist.

RemoveFromSourceControlDoneExternally 2

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

Applies to