IVsBuildPropertyStorage Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodGetItemAttribute(UInt32, String^, String^)

Retrieves the value of an attribute for a hierarchy item identified by VSITEMID.

System_CAPS_pubmethodGetPropertyValue(String^, String^, UInt32, String^)

Gets an MSBuild property value.

System_CAPS_pubmethodRemoveProperty(String^, String^, UInt32)

Used by a project subtype to remove an MSBuild property.

System_CAPS_pubmethodSetItemAttribute(UInt32, String^, String^)

Sets the value of an attribute for a hierarchy item identified by VSITEMID.

System_CAPS_pubmethodSetPropertyValue(String^, String^, UInt32, String^)

Used by a project subtype to set an MSBuild property value.

Return to top
Show: