__VSCFGPROPID2 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.
Provides additional Property IDs for __VSCFGPROPID.
public enum class __VSCFGPROPID2
C++/CX
public enum class __VSCFGPROPID2
enum __VSCFGPROPID2
public enum __VSCFGPROPID2
type __VSCFGPROPID2 =
Public Enum __VSCFGPROPID2
- Inheritance
-
__VSCFGPROPID2
Name | Value | Description |
---|---|---|
VSCFGPROPID_FIRST2 | -16009 | Indicates the first VSCFGPROPID_ |
VSCFGPROPID_HideConfigurations | -16009 | Configurations will be hidden when this project is the active selected project in the selection context. |
VSCFGPROPID enum is used with GetCfgProviderProperty.
From vsshell80.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |