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)

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

public ref class ModelingDocumentHandler abstract : IDisposable

NameDescription
System_CAPS_pubpropertyModelFile

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

System_CAPS_pubpropertyRoot

Access the root element of the document

NameDescription
System_CAPS_pubmethodDispose()

System_CAPS_protmethodDispose(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_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

Destructor(Overrides Object::Finalize().)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: