IVsUpgradeBuildPropertyStorage Members
Include Protected Members
Include Inherited Members
Upgrades build-related information in a project file.
The IVsUpgradeBuildPropertyStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddNewImport | Add a new import to a project file. | |
GetImports | Gets multiple imports from a project file. | |
GetPropertyValue | Gets the value of a specified property from a project file. | |
RemoveImport | Removes an import from a project file. | |
RemoveProperty | Removes a property from a project file. | |
ReplaceImport | ||
SetPropertyValue | Sets a property value in a project file. |
Top