_Presentation.Saved Property
Determines whether changes have been made to a presentation since it was last saved. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Saved As MsoTriState
Get
Set
'Usage
Dim instance As _Presentation
Dim value As MsoTriState
value = instance.Saved
instance.Saved = value
MsoTriState Saved { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
If the Saved property of a modified presentation is set to msoTrue, the user won't be prompted to save changes when closing the presentation, and all changes made to it since it was last saved will be lost.
The value of the Saved property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
Changes have been made to a presentation since it was last saved. |
|
No changes have been made to a presentation since it was last saved. |