__PSFFILEID 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.
Specifies Special Project Files that can be created or queried for with GetFile(Int32, UInt32, UInt32, String).
public enum class __PSFFILEID
C++/CX
public enum class __PSFFILEID
enum __PSFFILEID
public enum __PSFFILEID
type __PSFFILEID =
Public Enum __PSFFILEID
- Inheritance
-
__PSFFILEID
Name | Value | Description |
---|---|---|
PSFFILEID_FIRST | -1001 | Indicates the first PSFFIELDID. |
PSFFILEID_Licenses | -1001 | Get Licenses. |
PSFFILEID_AppConfig | -1000 | Get AppConfig files. |
PSFFILEID_LAST | -1000 | Indicates the last PSFFIELDID. |
From vsshell.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |