IVsProject Interface
Manages items, or documents, within a project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
See illustrations of the implementation and/or calling of this interface in the sample Basic Project Sample, Figures Project Sample, and My C Package Sample.
Notes to Implementers Implement IVsProject when needing to remove or reopen items or documents in a project using a specific editor, or to transfer an item between projects.