__VSQUERYREMOVEDIRECTORYFLAGS2 Enum

Definition

Specifies the flags associated with OnQueryRemoveDirectoriesEx(IVsProject, Int32, String[], UInt32[], VSQUERYREMOVEDIRECTORYRESULTS[], VSQUERYREMOVEDIRECTORYRESULTS[]).

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class __VSQUERYREMOVEDIRECTORYFLAGS2
Inheritance
__VSQUERYREMOVEDIRECTORYFLAGS2
Attributes

Fields

Name Value Description
VSQUERYREMOVEDIRECTORYFLAGS_IsRemovedFromProjectOnly 1

This flag distinguishes two operations: "Remove From Project" and "Delete". If this flag is set, the directory is removed from project, but still exists on disk.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022