IVsProjectSpecificEditorMap2 Members
Include Protected Members
Include Inherited Members
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.
The IVsProjectSpecificEditorMap2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetSpecificEditorProperty | Gets properties related to project-specific editors and the Open With dialog box. | |
GetSpecificEditorType | Use to specify which editor should be used to load the specified file. (Inherited from IVsProjectSpecificEditorMap.) | |
GetSpecificEditorType(String, Guid%) | Specifies which editor should be used to load the specified file. | |
GetSpecificLanguageService | Use to specify the language service that should be associated with the core editor if the core editor is the default editor. | |
SetSpecificEditorProperty | Sets properties related to project-specific editors and the Open With dialog box. |
Top