OleObject

OleObject class

Represents an OLE object which can be inserter into Gantt Chart View of an MPP file.

The OleObject type exposes the following members:

Constructors

NameDescription
OleObject()Initializes a new instance of the OleObject class.

Properties

NameDescription
nameGets or sets the name of the instance of the OLE object.
application_nameGets or sets the application name to open the embedded object with.
file_formatGets or sets the file format of the embedded object.
contentGets or sets the embedded file’s data; null if no data was embedded.
labelGets or sets the label of the inserted object.
full_pathGets or sets the full path of the inserted object.
temporary_fileGets or sets the path to the temporary file of the inserted object.
display_as_iconGets or sets a flag indicating that OLE object should be shown either as an icon or as its regular picture.
linkedGets a value indicating whether the project file contains only a link to the actual data stored at the link source.
viewGets or sets the instance of the view class the inserted object belongs to.
idGets or sets the object id.

See Also