IVSMDDesignerLoader 接口

提供一个 visual studio 特定方式初始化设计器加载程序。

命名空间:  Microsoft.VisualStudio.Designer.Interfaces
程序集:  Microsoft.VisualStudio.Designer.Interfaces(在 Microsoft.VisualStudio.Designer.Interfaces.dll 中)

语法

声明
<GuidAttribute("74946834-37A0-11D2-A273-00C04F8EF4FF")> _
<InterfaceTypeAttribute()> _
Public Interface IVSMDDesignerLoader
[GuidAttribute("74946834-37A0-11D2-A273-00C04F8EF4FF")]
[InterfaceTypeAttribute()]
public interface IVSMDDesignerLoader

IVSMDDesignerLoader 类型公开以下成员。

方法

  名称 说明
公共方法 Dispose 配置此设计器加载程序。
公共方法 GetEditorCaption 获取模型的声明图面的编辑器。
公共方法 Initialize 初始化加载程序。这会将其与文档数据对象和项 ID
公共方法 SetBaseEditorCaption 设置基本编辑说明。

页首

请参见

参考

Microsoft.VisualStudio.Designer.Interfaces 命名空间