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 | |
|---|---|---|
| .gif) | GetItemAttribute | Retrieves the value of an attribute for a hierarchy item identified by VSITEMID. | 
| .gif) | GetPropertyValue | Gets an MSBuild property value. | 
| .gif) | RemoveProperty | Used by a project subtype to remove an MSBuild property. | 
| .gif) | SetItemAttribute | Sets the value of an attribute for a hierarchy item identified by VSITEMID. | 
| .gif) | SetPropertyValue | Used by a project subtype to set an MSBuild property value. | 
Top