ModelingDocumentHandler Class

 

This is a pluggable class that a ModelBusAdapter can use for configuring management of the underlying Document represented by this ModelBusAdapter.

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Inheritance Hierarchy

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

Syntax

public abstract class ModelingDocumentHandler : IDisposable
public ref class ModelingDocumentHandler abstract : IDisposable
[<AbstractClass>]
type ModelingDocumentHandler = 
    class
        interface IDisposable
    end
Public MustInherit Class ModelingDocumentHandler
    Implements IDisposable

Constructors

Name Description
System_CAPS_protmethod ModelingDocumentHandler()

Default constructor

System_CAPS_protmethod ModelingDocumentHandler(String)

Constructor

Properties

Name Description
System_CAPS_pubproperty ModelFile

Full path and file name of the disk-based file being managed by this DocumentHandler.

System_CAPS_pubproperty Root

Access the root element of the document

Methods

Name Description
System_CAPS_pubmethod Dispose()

System_CAPS_protmethod 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.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

Destructor(Overrides Object.Finalize().)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top