VsRemoveFileFlags Enumeration

 

Specifies the flags used in OnAfterRemoveFiles.

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

[FlagsAttribute]
public enum VsRemoveFileFlags

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

Return to top
Show: