Presentation Interface

Represents a Microsoft PowerPoint presentation.

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

Syntax

'Declaration
<GuidAttribute("9149349D-5A91-11CF-8700-00AA0060263B")> _
Public Interface Presentation _
    Inherits _Presentation, PresEvents_Event
'Usage
Dim instance As Presentation
[GuidAttribute("9149349D-5A91-11CF-8700-00AA0060263B")]
public interface Presentation : _Presentation, 
    PresEvents_Event

Remarks

An interface in the Microsoft® .NET Framework that is derived from a COM coclass. Managed code requires the interface to interoperate with the corresponding COM object. Use the derived interface to access all method, property, and event members of the COM object. However, if you want to use a method or an event that shares the same name under the same COM object, cast to the corresponding primary interface to call the method, and cast to the latest events interface to connect to the event.

For information about the method and property members of the COM object, see _Presentation. For information about the event members of the COM object, see PresEvents_Event.

The Presentation object is a member of the Presentations collection. The Presentations collection contains all the Presentation objects that represent open presentations in PowerPoint.

See Also

Reference

Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace