IVsRegisterProjectTypes Interface
Visual Studio 2015
Registers a VSPackage project type in the environment.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | RegisterProjectType(Guid, IVsProjectFactory, UInt32) | Registers a project type. |
![]() | UnregisterProjectType(UInt32) | Unregisters a project type. |
The IVsRegisterProjectTypes interface is associated with the service, SVsRegisterProjectTypes.
Notes to Implementers:
RegisterProjectType is usually called in IVsPackage::SetSite; UnregisterProjectType is called in IVsPackage::Close.
Notes to Callers:
Show:
