IVsProject3 Interface
Provides the ability add or open a project item with a specific editor and to transfer an item to another project, in addition to the methods in the IVsProject2 interface.
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 IVsProject3 when needing to add or open items or documents in a project using a specific editor, or to transfer an item between projects.