IVsBuildPropertyStorage Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetItemAttribute(UInt32, String^, String^) | Retrieves the value of an attribute for a hierarchy item identified by VSITEMID. |
![]() | GetPropertyValue(String^, String^, UInt32, String^) | Gets an MSBuild property value. |
![]() | RemoveProperty(String^, String^, UInt32) | Used by a project subtype to remove an MSBuild property. |
![]() | SetItemAttribute(UInt32, String^, String^) | Sets the value of an attribute for a hierarchy item identified by VSITEMID. |
![]() | SetPropertyValue(String^, String^, UInt32, String^) | Used by a project subtype to set an MSBuild property value. |
Show:
