OleObject
Contents
[
Hide
]OleObject class
Represents an OLE object which can be inserter into Gantt Chart View of an MPP file.
Constructors
| Name | Description |
|---|---|
| OleObject | Initializes a new instance of the OleObject class. |
Methods
| Name | Description |
|---|---|
| get_ApplicationName | Gets the application name to open the embedded object with. |
| get_Content | Gets the embedded file’s data; null if no data was embedded. |
| get_DisplayAsIcon | Gets a flag indicating that OLE object should be shown either as an icon or as its regular picture. |
| get_FileFormat | Gets the file format of the embedded object. |
| get_FullPath | Gets the full path of the inserted object. |
| get_Id | Gets the object id. |
| get_Label | Gets the label of the inserted object. |
| get_Linked | Gets a value indicating whether the project file contains only a link to the actual data stored at the link source. |
| get_Name | Gets the name of the instance of the OLE object. |
| get_TemporaryFile | Gets the path to the temporary file of the inserted object. |
| get_View | Gets the instance of the View class the inserted object belongs to. |
| set_ApplicationName | Sets the application name to open the embedded object with. |
| set_Content | Sets the embedded file’s data; null if no data was embedded. |
| set_DisplayAsIcon | Sets a flag indicating that OLE object should be shown either as an icon or as its regular picture. |
| set_FileFormat | Sets the file format of the embedded object. |
| set_FullPath | Sets the full path of the inserted object. |
| set_Id | Sets the object id. |
| set_Label | Sets the label of the inserted object. |
| set_Name | Sets the name of the instance of the OLE object. |
| set_TemporaryFile | Sets the path to the temporary file of the inserted object. |
| set_View | Sets the instance of the View class the inserted object belongs to. |