StandardVsModelingDiagramView 类

支持典型的单关系图 DSL 基于 ModelBusView 承载的 Visual Studio 内

此 API 不兼容 CLS。 

继承层次结构

System.Object
  Microsoft.VisualStudio.Modeling.Integration.ModelBusView
    Microsoft.VisualStudio.Modeling.Integration.Shell.VsModelingView
      Microsoft.VisualStudio.Modeling.Integration.Shell.StandardVsModelingDiagramView

命名空间:  Microsoft.VisualStudio.Modeling.Integration.Shell
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Public Class StandardVsModelingDiagramView _
    Inherits VsModelingView
[CLSCompliantAttribute(false)]
public class StandardVsModelingDiagramView : VsModelingView

StandardVsModelingDiagramView 类型公开以下成员。

构造函数

  名称 说明
公共方法 StandardVsModelingDiagramView 构造函数

页首

属性

  名称 说明
公共属性 Adapter 创建并拥有此 ModelBusView 的 ModelBusAdapter 实例 (继承自 ModelBusView。)
公共属性 Diagram 显示此 DSL 基于 ModelBusView 表示的关系图对象。
公共属性 IsOperational 指示任何 ModelBusView 处理 API 是否可以按此实例。 (继承自 VsModelingView。)
公共属性 ViewReference 引用用于的标识符创建此 ModelBusView 对象 (继承自 ModelBusView。)
公共属性 VSDiagramView 显示承载此 ModelBusView 包装的关系图对象作为在 Visual Studio 内的某个窗体控件的 VSDiagramView。

页首

方法

  名称 说明
公共方法 Close 关闭此 ModelBusView 表示的 WindowFrame。不能满足 DocData 持久性与此 ModelBusView。 (继承自 VsModelingView。)
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
受保护的方法 GetDocView 调用 GetDocView 将附加此 VsModelingView 实例传递给它表示的 ModelingDocView 实例。,如果不可见,调用方需要显式调用 Show() 使 WindowFrame 可见。 (继承自 VsModelingView。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 Hide 隐藏此 ModelBusView 表示的 WindowFrame。基础视图容器仍在内存中。 (继承自 VsModelingView。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 Open 打开/附加到一个基础编辑此 ModelBusView 表示的对象。 (继承自 VsModelingView。)
公共方法 SetSelection(ModelBusReference) 查找 ShapeElement 与此相应引用并选定它在设计图面上。如果引用解析为不是形状的 ModelElement,尝试查找它的相应形状。 (重写 ModelBusView.SetSelection(ModelBusReference)。)
公共方法 SetSelection(IEnumerable<ModelBusReference>) 查找与每个的 ShapeElement 相应引用并选择所有在设计图面上。如果任何引用解析为不是形状的 ModelElement,尝试查找它的相应形状。 (重写 ModelBusView.SetSelection(IEnumerable<ModelBusReference>)。)
公共方法 Show 激活该 ModelBusView 表示的 WindowFrame 并对其设置的焦点 (继承自 VsModelingView。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.VisualStudio.Modeling.Integration.Shell 命名空间