Share via


VsProjPropId110 Enumeration

Represents project properties for all Visual Studio projects.

Namespace:  VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Syntax

'Declaration
Public Enumeration VsProjPropId110
public enum VsProjPropId110
public enum class VsProjPropId110
type VsProjPropId110
public enum VsProjPropId110

Members

Member name Description
VBPROJPROPID_OutputTypeEx Indicates the output type of the project.
VBPROJPROPID_Prefer32Bit 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.

See Also

Reference

VSLangProj110 Namespace