ICachedType.BeforeLoad Method (2007 System)
Called before the Visual Studio Tools for Office runtime loads the type.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)
Syntax
'Declaration
Function BeforeLoad As Boolean
'Usage
Dim instance As ICachedType
Dim returnValue As Boolean
returnValue = instance.BeforeLoad()
bool BeforeLoad()
bool BeforeLoad()
function BeforeLoad() : boolean
Return Value
Type: System.Boolean
false if the state of the type should not be loaded from the data cache; otherwise, true.