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