ICachedType.BeforeSave Method
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.
Called before the Visual Studio Tools for Office runtime persists the type into the document.
public:
bool BeforeSave();
public bool BeforeSave ();
abstract member BeforeSave : unit -> bool
Public Function BeforeSave () As Boolean
Returns
false
if the state of the type should not be saved; otherwise, true
.