VsRemoveFileFlags Enumeration

Specifies the flags used in OnAfterRemoveFiles.

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 VsRemoveFileFlags
[FlagsAttribute]
public enum VsRemoveFileFlags
[FlagsAttribute]
public enum class VsRemoveFileFlags
[<FlagsAttribute>]
type VsRemoveFileFlags
public enum VsRemoveFileFlags

Members

Member name Description
IsDirectoryBased Deprecated. Do not use.
IsNestedProjectFile Nested project (file), that is the file located at the root node of a nested project.
IsRemovedFromProjectOnly This flag distinguishes two operations: "Remove From Project" and "Delete". If this flag is set, the file is removed from project, but still exists on disk.
IsSpecialFile Special file, that is, an invisible file associated with another file in the project.
NoFlags No flags associated with the file.
RemoveFromSourceControlDoneExternally Indicates the file has already been removed from source control.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace