ModelingDocumentHandler 类

这是 ModelBusAdapter 能用于表示的基础文档配置的管理使用此 ModelBusAdapter 的可插入的类。

继承层次结构

System.Object
  Microsoft.VisualStudio.Modeling.Integration.ModelingDocumentHandler

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

语法

声明
Public MustInherit Class ModelingDocumentHandler _
    Implements IDisposable
public abstract class ModelingDocumentHandler : IDisposable

ModelingDocumentHandler 类型公开以下成员。

构造函数

  名称 说明
受保护的方法 ModelingDocumentHandler() 默认构造函数
受保护的方法 ModelingDocumentHandler(String) 构造函数

页首

属性

  名称 说明
公共属性 ModelFile 此 DocumentHandler 管理的磁盘文件的完整路径和文件名。
公共属性 Root 访问文档的根元素

页首

方法

  名称 说明
公共方法 Dispose()
受保护的方法 Dispose(Boolean) 配置此 ModelingDocumentHandler 实例。基类不执行任何操作。派生的 ModelingDocumentHandler 实现可以选择完成其他工作,包括保持未保存的数据,释放资源等。
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 析构函数 (重写 Object.Finalize()。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

线程安全

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

请参见

参考

Microsoft.VisualStudio.Modeling.Integration 命名空间