_Presentation Interface

A primary interface in a COM coclass that managed code requires to interoperate with the corresponding COM object. Use this primary interface to disambiguate when a method and an event on the COM object share the same name. Cast to this interface to call the method; cast to the latest events interface to connect to the event. Otherwise, use the interface in the Microsoft® .NET Framework that is derived from the COM coclass to access methods, properties, and events of the COM object.

For information about the COM object, see 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
'Usage
Dim instance As _Presentation
[GuidAttribute("9149349D-5A91-11CF-8700-00AA0060263B")]
public interface _Presentation

See Also

Reference

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace