PpRevisionInfo Enumeration

Constants that specify the status of revision information in a presentation. In previous versions of Microsoft PowerPoint, these constants were returned by the HasRevisionInfo property of the HasRevisionInfo object. In Microsoft Office PowerPoint 2007, the HasRevisionInfo property was deprecated.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("DDFE9852-7847-4826-A6AB-0322E069C378")> _
Public Enumeration PpRevisionInfo
'Usage
Dim instance As PpRevisionInfo
[GuidAttribute("DDFE9852-7847-4826-A6AB-0322E069C378")]
public enum PpRevisionInfo

Members

Member name Description
ppRevisionInfoNone No information.
ppRevisionInfoBaseline Information baseline.
ppRevisionInfoMerged Information merged.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace