__VSGETPROJFILESFLAGS Enum
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
C++/CX
public enum class __VSGETPROJFILESFLAGS
enum __VSGETPROJFILESFLAGS
[System.Flags]
public enum __VSGETPROJFILESFLAGS
[<System.Flags>]
type __VSGETPROJFILESFLAGS =
Public Enum __VSGETPROJFILESFLAGS
- Inheritance
-
__VSGETPROJFILESFLAGS
- Attributes
Name | Value | Description |
---|---|---|
GPFF_SKIPUNLOADEDPROJECTS | 1 | Skips the projects that will not be loaded (by user preference). |
C++
See vsshell.idl.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |