_Global Members

Include Protected Members
Include Inherited Members

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 Microsoft.Office.Interop.PowerPoint.Global.

The _Global type exposes the following members.

Properties

  Name Description
Public property ActivePresentation Gets a Presentation object that represents the presentation open in the active window.
Public property ActiveProtectedViewWindow Gets a ProtectedViewWindow object that represents the active Protected View window (the window on top).
Public property ActiveWindow Gets a DocumentWindow object that represents the active document window.
Public property AddIns Gets the program-specific AddIns collection that represents all the add-ins listed in the Add-Ins dialog box (click the Office button, click PowerPoint Options, click Add-Ins, click PowerPoint Add-Ins on the Manage list).
Public property AnswerWizard Gets the AnswerWizard object that contains the files used by the online Help search engine.
Public property Application Gets the Application object.
Public property Assistant Gets an Assistant object that represents the Office Assistant.Some of the content in this topic may not be applicable to some languages.
Public property CommandBars Gets a CommandBars collection that represents all the command bars in Microsoft PowerPoint.
Public property Dialogs Reserved for internal use.
Public property FileConverters Gets a FileConverters collection.
Public property IsSandboxed Gets whether the specified presentation is open in a Protected View window.
Public property Presentations Gets a Presentations collection that represents all open presentations.
Public property ProtectedViewWindows Gets a ProtectedViewWindows collection that represents all the Protected View windows that are open in the application.
Public property SlideShowWindows Gets a SlideShowWindows collection that represents all open slide show windows.
Public property Windows Gets a DocumentWindows collection that represents all open document windows.

Top

See Also

Reference

_Global Interface

Microsoft.Office.Interop.PowerPoint Namespace