Aspose.Tasks for C++
|
Represents a collection containing the instances of the OleObject class. More...
#include <OleObjectCollection.h>
Inherits System::Collections::Generic::IList< typename >.
Public Member Functions | |
System::SharedPtr< System::Collections::Generic::IEnumerator< System::SharedPtr< OleObject > > > | GetEnumerator () override |
Returns an enumerator for this collection. More... | |
System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< OleObject > > > | ToList () |
Converts the instance of the OleObjectCollection class to a list containing the instances of the OleObject class. More... | |
void | Clear () override |
Clears the collection. In order to persist these changes project.Save should be called with new MPPSaveOptions { WriteViewData = true; } More... | |
Represents a collection containing the instances of the OleObject class.
|
override |
Clears the collection. In order to persist these changes project.Save should be called with new MPPSaveOptions { WriteViewData = true; }
How to clear OLE objects and persist these changes.
|
override |
Returns an enumerator for this collection.
System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<OleObject> > > Aspose::Tasks::OleObjectCollection::ToList | ( | ) |
Converts the instance of the OleObjectCollection class to a list containing the instances of the OleObject class.