__VSGETPROJFILESFLAGS 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.
Denotes that user specified files will not be loaded.
This enumeration supports a bitwise combination of its member values.
public enum class __VSGETPROJFILESFLAGS
public enum class __VSGETPROJFILESFLAGS
enum __VSGETPROJFILESFLAGS
[System.Flags]
public enum __VSGETPROJFILESFLAGS
[<System.Flags>]
type __VSGETPROJFILESFLAGS =
Public Enum __VSGETPROJFILESFLAGS
- Inheritance
-
__VSGETPROJFILESFLAGS
- Attributes
Fields
GPFF_SKIPUNLOADEDPROJECTS | 1 | Skips the projects that will not be loaded (by user preference). |
Remarks
C++
See vsshell.idl.