Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This is a pluggable class that a ModelBusAdapter can use for configuring management of the underlying Document represented by this ModelBusAdapter.
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.Modeling.Integration.ModelingDocumentHandler
Namespace:  Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
'Declaration
Public MustInherit Class ModelingDocumentHandler _
    Implements IDisposable
public abstract class ModelingDocumentHandler : IDisposable
public ref class ModelingDocumentHandler abstract : IDisposable
[<AbstractClass>]
type ModelingDocumentHandler =  
    class 
        interface IDisposable 
    end
public abstract class ModelingDocumentHandler implements IDisposable
The ModelingDocumentHandler type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ModelingDocumentHandler() | Default constructor | 
| .gif) | ModelingDocumentHandler(String) | Constructor | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ModelFile | Full path and file name of the disk-based file being managed by this DocumentHandler. | 
| .gif) | Root | Access the root element of the document | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Dispose() | |
| .gif) | Dispose(Boolean) | Dispose this ModelingDocumentHandler instance. The base class does nothing. Derived ModelingDocumentHandler implementations can choose to do additional work, including persist unsaved data, free up resources, etc. | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Destructor (Overrides Object.Finalize().) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.