IVsBuildPropertyStorage Members
Include Protected Members
Include Inherited Members
Gets and sets MSBuild properties in the project file.
The IVsBuildPropertyStorage type exposes the following members.
Methods
Name
Description
Retrieves the value of an attribute for a hierarchy item identified by VSITEMID.
Gets an MSBuild property value.
Used by a project subtype to remove an MSBuild property.
Sets the value of an attribute for a hierarchy item identified by VSITEMID.
Used by a project subtype to set an MSBuild property value.
Top