Share via


IVsProjectSpecificEditorMap2 Interface

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.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Déclaration
<GuidAttribute("F84A6D1D-F305-4055-A02C-A642B871BB20")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProjectSpecificEditorMap2 _
    Implements IVsProjectSpecificEditorMap
'Utilisation
Dim instance As IVsProjectSpecificEditorMap2
[GuidAttribute("F84A6D1D-F305-4055-A02C-A642B871BB20")]
[InterfaceTypeAttribute()]
public interface IVsProjectSpecificEditorMap2 : IVsProjectSpecificEditorMap
[GuidAttribute(L"F84A6D1D-F305-4055-A02C-A642B871BB20")]
[InterfaceTypeAttribute()]
public interface class IVsProjectSpecificEditorMap2 : IVsProjectSpecificEditorMap
public interface IVsProjectSpecificEditorMap2 extends IVsProjectSpecificEditorMap

See Also

Reference

IVsProjectSpecificEditorMap2 Members

Microsoft.VisualStudio.Shell.Interop Namespace