ModelingDocStore.ShouldDisposeStore Property

Definition

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

Property Value

Applies to