OleObject

OleObject class

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

Constructors

NameDescription
OleObjectInitializes a new instance of the OleObject class.

Methods

NameDescription
get_ApplicationNameGets the application name to open the embedded object with.
get_ContentGets the embedded file’s data; null if no data was embedded.
get_DisplayAsIconGets a flag indicating that OLE object should be shown either as an icon or as its regular picture.
get_FileFormatGets the file format of the embedded object.
get_FullPathGets the full path of the inserted object.
get_IdGets the object id.
get_LabelGets the label of the inserted object.
get_LinkedGets a value indicating whether the project file contains only a link to the actual data stored at the link source.
get_NameGets the name of the instance of the OLE object.
get_TemporaryFileGets the path to the temporary file of the inserted object.
get_ViewGets the instance of the View class the inserted object belongs to.
set_ApplicationNameSets the application name to open the embedded object with.
set_ContentSets the embedded file’s data; null if no data was embedded.
set_DisplayAsIconSets a flag indicating that OLE object should be shown either as an icon or as its regular picture.
set_FileFormatSets the file format of the embedded object.
set_FullPathSets the full path of the inserted object.
set_IdSets the object id.
set_LabelSets the label of the inserted object.
set_NameSets the name of the instance of the OLE object.
set_TemporaryFileSets the path to the temporary file of the inserted object.
set_ViewSets the instance of the View class the inserted object belongs to.