__VSCFGPROPID Enumeration
Visual Studio 2015
Identifies configuration properties.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSCFGPROPID_FIRST | Indicates the first VSCFGPROPID. | |
| VSCFGPROPID_IntrinsicExtenderCATID | Establishes the basis for automation extenders to make the configuration automation assignment extensible. | |
| VSCFGPROPID_LAST | Indicates the last VSCFGPROPID. | |
| VSCFGPROPID_Reserved1 | Reserved. | |
| VSCFGPROPID_Reserved2 | Reserved. | |
| VSCFGPROPID_SupportsCfgAdd | If true, indicates that AddCfgsOfCfgName can be called on this object. | |
| VSCFGPROPID_SupportsCfgDelete | If true, indicates that DeleteCfgsOfCfgName can be called on this object. | |
| VSCFGPROPID_SupportsCfgRename | If true, indicates that RenameCfgsOfCfgName can be called on this object. | |
| VSCFGPROPID_SupportsPlatformAdd | If true, indicates that AddCfgsOfPlatformName can be called on this object. | |
| VSCFGPROPID_SupportsPlatformDelete | If true, indicates that DeleteCfgsOfPlatformName can be called on this object. | |
| VSCFGPROPID_SupportsPrivateCfgs | Reserved. |
From vsshell.idl:
Show: