IVsProjectSpecificEditorMap2 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 | |
|---|---|---|
![]() | GetSpecificEditorProperty(String, Int32, Object) | Gets properties related to project-specific editors and the Open With dialog box. |
![]() | GetSpecificEditorType(String, Guid) | Specifies which editor should be used to load the specified file. |
![]() | GetSpecificLanguageService(String, Guid) | Use to specify the language service that should be associated with the core editor if the core editor is the default editor. |
![]() | SetSpecificEditorProperty(String, Int32, Object) | Sets properties related to project-specific editors and the Open With dialog box. |
Notes to Implementers:
Implement IVsProjectSpecificEditorMap2 on your project object to support opening a specific editor in the project's OpenItem Method implementation.
Show:
