IVsProjectSpecificEditorMap 接口

定义

由项目实现,以支持在 "打开方式" 对话框中放置特定于项目的编辑器,或指示应将哪个编辑器或语言服务与文件类型关联。

public interface class IVsProjectSpecificEditorMap
public interface class IVsProjectSpecificEditorMap
__interface IVsProjectSpecificEditorMap
[System.Runtime.InteropServices.Guid("4B2BEBAA-BA1E-4479-8720-8CE19D276098")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProjectSpecificEditorMap
[<System.Runtime.InteropServices.Guid("4B2BEBAA-BA1E-4479-8720-8CE19D276098")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProjectSpecificEditorMap = interface
Public Interface IVsProjectSpecificEditorMap
派生
属性

实施者说明

在项目对象上实现 IVsProjectSpecificEditorMap2 ,以支持在项目的方法实现中打开特定编辑器 OpenItem(UInt32, Guid, IntPtr, IVsWindowFrame)

方法

GetSpecificEditorType(String, Guid)

使用指定应该使用哪个编辑器加载指定的文件。

适用于