VsQueryRemoveFileFlags Enumeration

Specifies the flags associated with QueryRemove.

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

Members

Member name Description
IsNestedProjectFile Specifies that the file is a nested project (file), that is, the file sitting on 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 the project, but still exists on disk.
IsSpecialFile Specifies that the file is a "Special" file, that is, an invisible file associated with another file in the project.
NoFlags Specifies that no flags are set.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace