IVSMDDesigner 接口

表示一个托管窗体设计器。

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

语法

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

IVSMDDesigner 类型公开以下成员。

属性

  名称 说明
公共属性 CommandGuid 获取设计器命令的 GUID。
公共属性 SelectionContainer 获取选择容器。
公共属性 View 获取此设计器的视图。

页首

方法

  名称 说明
公共方法 Dispose 释放由 IVSMDDesigner 使用的所有资源。
公共方法 Flush 刷新设计器对文本缓冲区的任何更改。
公共方法 GetLoadError 如果存在,则获取最后加载错误的 HRESULT。

页首

备注

视图此实例

可以作为视图到 CreateDocumentWindow

请参见

参考

Microsoft.VisualStudio.Designer.Interfaces 命名空间