IVsProjectSpecificEditorMap Interface
Visual Studio 2015
Implemented by projects to support placing a project-specific editor in the Open With dialog box, or to indicate which editor or language service should be associated with a file type.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetSpecificEditorType(String, Guid) | Use to specify which editor should be used to load the specified file. |
Notes to Implementers:
Implement IVsProjectSpecificEditorMap2 on your project object to support opening a specific editor in the project's OpenItem Method implementation.
Show:
