Share via


VsRemoveDirectoryFlags Enumeration

Specifies the flags used by OnAfterRemoveDirectories.

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

‘선언
<FlagsAttribute> _
Public Enumeration VsRemoveDirectoryFlags
[FlagsAttribute]
public enum VsRemoveDirectoryFlags

Members

Member name Description
NoFlags Specifies that no flags exist.
IsDirectoryBased Deprecated. Do not use.
RemoveFromSourceControlDoneExternally Indicates that the directory has already been removed from source control.
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.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace