_Application 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 Application.

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

Syntax

'Declaration
<GuidAttribute("91493442-5A91-11CF-8700-00AA0060263B")> _
Public Interface _Application
'Usage
Dim instance As _Application
[GuidAttribute("91493442-5A91-11CF-8700-00AA0060263B")]
public interface _Application

See Also

Reference

_Application Members

Microsoft.Office.Interop.PowerPoint Namespace