This topic has not yet been rated - Rate this topic

IVsBuildPropertyStorage Interface

Gets and sets MSBuild properties in the project file.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("E7355FDF-A118-48F5-9655-7EFD9D2DC352")] 
public interface IVsBuildPropertyStorage
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("E7355FDF-A118-48F5-9655-7EFD9D2DC352") */ 
public interface IVsBuildPropertyStorage
InterfaceTypeAttribute(1) 
GuidAttribute("E7355FDF-A118-48F5-9655-7EFD9D2DC352") 
public interface IVsBuildPropertyStorage

A project subtype may need to save data in the project file. This interface provides access to the MSBuild properties in the project file.

For more information, see How to: Save Data in Project Files, Project Subtypes Design, Persisting Data in the MSBuild Project File, and Project Subtype Sample.

Notes to Implementers Implement IVsBuildPropertyStorage to control the project subtype property values of interest to MSBuild.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.