Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Called before the Visual Studio Tools for Office runtime persists the type into the document.
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 BeforeSave As Boolean
'Usage
Dim instance As ICachedType
Dim returnValue As Boolean
returnValue = instance.BeforeSave()
bool BeforeSave()
bool BeforeSave()
function BeforeSave() : boolean
Return Value
Type: System.Boolean
false if the state of the type should not be saved; otherwise, true.