IVsUpgradeBuildPropertyStorage Methods

 

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

NameDescription
System_CAPS_pubmethodAddNewImport(String^, String^)

Add a new import to a project file.

System_CAPS_pubmethodGetImports(Array^, Array^)

Gets multiple imports from a project file.

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

Gets the value of a specified property from a project file.

System_CAPS_pubmethodRemoveImport(String^, String^)

Removes an import from a project file.

System_CAPS_pubmethodRemoveProperty(String^, String^, UInt32)

Removes a property from a project file.

System_CAPS_pubmethodReplaceImport(String^, String^, String^, String^)

Replaces an import in the project file with a new import.

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

Sets a property value in a project file.

Return to top
Show: