__VSCFGPROPID Enum

Definition

Identifies configuration properties.

public enum class __VSCFGPROPID
public enum class __VSCFGPROPID
enum __VSCFGPROPID
public enum __VSCFGPROPID
type __VSCFGPROPID = 
Public Enum __VSCFGPROPID
Inheritance
__VSCFGPROPID

Fields

VSCFGPROPID_FIRST -16008

Indicates the first VSCFGPROPID.

VSCFGPROPID_IntrinsicExtenderCATID -16008

Establishes the basis for automation extenders to make the configuration automation assignment extensible.

VSCFGPROPID_LAST -16000

Indicates the last VSCFGPROPID.

VSCFGPROPID_Reserved1 -16000

Reserved.

VSCFGPROPID_Reserved2 -16001

Reserved.

VSCFGPROPID_SupportsCfgAdd -16002

If true, indicates that AddCfgsOfCfgName(String, String, Int32) can be called on this object.

VSCFGPROPID_SupportsCfgDelete -16003

If true, indicates that DeleteCfgsOfCfgName(String) can be called on this object.

VSCFGPROPID_SupportsCfgRename -16004

If true, indicates that RenameCfgsOfCfgName(String, String) can be called on this object.

VSCFGPROPID_SupportsPlatformAdd -16005

If true, indicates that AddCfgsOfPlatformName(String, String) can be called on this object.

VSCFGPROPID_SupportsPlatformDelete -16006

If true, indicates that DeleteCfgsOfPlatformName(String) can be called on this object.

VSCFGPROPID_SupportsPrivateCfgs -16007

Reserved.

Remarks

COM Signature

From vsshell.idl:

Applies to