ICachedType.BeforeLoad 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 loads the type.
public:
bool BeforeLoad();
public bool BeforeLoad ();
abstract member BeforeLoad : unit -> bool
Public Function BeforeLoad () As Boolean
Returns
false
if the state of the type should not be loaded from the data cache; otherwise, true
.