PowerPoint.RequestContext class

The RequestContext object facilitates requests to the PowerPoint application. Since the Office add-in and the PowerPoint application run in two different processes, the request context is required to get access to the PowerPoint object model from the add-in.

Extends

Constructors

(constructor)(url)

Constructs a new instance of the RequestContext class

Properties

application
presentation

Constructor Details

(constructor)(url)

Constructs a new instance of the RequestContext class

constructor(url?: string);

Parameters

url

string

Property Details

application

readonly application: Application;

Property Value

presentation

readonly presentation: Presentation;

Property Value