__VSENUMPROJFLAGS2 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies which projects to enumerate within a solution. These flags extend __VSENUMPROJFLAGS.
This enumeration supports a bitwise combination of its member values.
public enum class __VSENUMPROJFLAGS2
public enum class __VSENUMPROJFLAGS2
enum __VSENUMPROJFLAGS2
[System.Flags]
public enum __VSENUMPROJFLAGS2
[<System.Flags>]
type __VSENUMPROJFLAGS2 =
Public Enum __VSENUMPROJFLAGS2
- Inheritance
-
__VSENUMPROJFLAGS2
- Attributes
Fields
Name | Value | Description |
---|---|---|
EPF_FAULTED | 32 | Only enumerate faulted projects. |
EPF_NOTFAULTED | 64 | Only enumerate projects that are not faulted. |
EPF_MATCHUNLOADEDTYPE | 128 | Enumerate unloaded projects when matching by project type GUID. Do not combine this flag with |
EPF_PROVISIONED | 256 |
Remarks
To enumerate both loaded and unloaded projects by matching type GUID, specify EPF_MATCHUNLOADEDTYPE | EPF_LOADEDINSOLUTION | EPF_UNLOADEDINSOLUTION
.