IVsProjectSpecificEditorMap2 接口
实现由项目支持放置一个项目特定的编辑器在 打开。 对话框中,或指示应关联要编辑或语言服务的文件类型。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
<GuidAttribute("F84A6D1D-F305-4055-A02C-A642B871BB20")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProjectSpecificEditorMap2 _
Inherits IVsProjectSpecificEditorMap
[GuidAttribute("F84A6D1D-F305-4055-A02C-A642B871BB20")]
[InterfaceTypeAttribute()]
public interface IVsProjectSpecificEditorMap2 : IVsProjectSpecificEditorMap
IVsProjectSpecificEditorMap2 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
GetSpecificEditorProperty | 获取属性与项目特定版本和 打开。 对话框相关。 | |
GetSpecificEditorType(String, Guid%) | 使用指定应该使用要编辑加载指定的文件。 (继承自 IVsProjectSpecificEditorMap。) | |
GetSpecificEditorType(String, Guid%) | 指定应该使用要编辑加载指定的文件。 | |
GetSpecificLanguageService | 使用指定应与核心编辑器的语言服务,则核心编辑器是默认编辑器。 | |
SetSpecificEditorProperty | 设置属性与项目特定版本和 打开。 对话框相关。 |
页首
备注
对实现者的说明
实现在项对象的 IVsProjectSpecificEditorMap2 支持打开项目中的 OpenItem 方法实现的特定版本。