Global Interface

Represents the Microsoft Office PowerPoint global object.

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

Syntax

'Declaration
<GuidAttribute("91493451-5A91-11CF-8700-00AA0060263B")> _
Public Interface Global _
    Inherits _Global
'Usage
Dim instance As Global
[GuidAttribute("91493451-5A91-11CF-8700-00AA0060263B")]
public interface Global : _Global

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 _Global.

See Also

Reference

Global Members

Microsoft.Office.Interop.PowerPoint Namespace