__VSCFGPROPID Enumeration
Identifies configuration properties.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration __VSCFGPROPID
'Usage
Dim instance As __VSCFGPROPID
public enum __VSCFGPROPID
public enum class __VSCFGPROPID
public enum __VSCFGPROPID
Members
Member name | Description | |
---|---|---|
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. | |
VSCFGPROPID_IntrinsicExtenderCATID | Establishes the basis for automation extenders to make the configuration automation assignment extensible. | |
VSCFGPROPID_FIRST | Indicates the first VSCFGPROPID. |
Remarks
COM Signature
From vsshell.idl: