__VSENUMPROJFLAGS3 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.
Extended flags for IVsSolution::GetProjectEnum.
This enumeration supports a bitwise combination of its member values.
public enum class __VSENUMPROJFLAGS3
public enum class __VSENUMPROJFLAGS3
enum __VSENUMPROJFLAGS3
[System.Flags]
public enum __VSENUMPROJFLAGS3
[<System.Flags>]
type __VSENUMPROJFLAGS3 =
Public Enum __VSENUMPROJFLAGS3
- Inheritance
-
__VSENUMPROJFLAGS3
- Attributes
Fields
Name | Value | Description |
---|---|---|
EPF_DEFERRED | 512 | Enumerate only deferred projects. |
EPF_NOTDEFERRED | 1024 | Enumerate only the not deferred projects. |