VsProjPropId110 Enum

Definition

Represents project properties for all Visual Studio projects.

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

Fields

VBPROJPROPID_OutputTypeEx 17000

Indicates the output type of the project.

VBPROJPROPID_Prefer32Bit 17001

Indicates whether the project prefers a 32-bit platform.

Remarks

External components can access these properties through the Properties collection for the appropriate Visual Studio automation object. (That is, ProjectItem for project files and folders, Project for projects, and Configuration for configurations). The property names for the members of this type can be used as an indexer into the Properties collection. For more information about accessing project properties through automation, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

Applies to