ModelingDocStore.ShouldDisposeStore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
By default, the ModelingDocStore disposes of the store when the last editor is finished with it. Derived classes that want to control the store lifetime can override this to prevent store disposal.
protected:
virtual property bool ShouldDisposeStore { bool get(); };
protected virtual bool ShouldDisposeStore { get; }
member this.ShouldDisposeStore : bool
Protected Overridable ReadOnly Property ShouldDisposeStore As Boolean