Aspose.Tasks for C++
|
Represents a collection of VbaModuleAttribute objects. More...
#include <VbaModuleAttributeCollection.h>
Inherits Aspose::Tasks::ReadOnlyCollectionBase< System::SharedPtr< Aspose::Tasks::VbaModuleAttribute > >.
Additional Inherited Members | |
Public Member Functions inherited from Aspose::Tasks::ReadOnlyCollectionBase< System::SharedPtr< Aspose::Tasks::VbaModuleAttribute > > | |
int32_t | get_Count () const override |
Gets the number of objects contained in the object. More... | |
System::SharedPtr< Aspose::Tasks::VbaModuleAttribute > | idx_get (int32_t index) const override |
Returns the element at the specified index. More... | |
void | idx_set (int32_t index, System::SharedPtr< Aspose::Tasks::VbaModuleAttribute > value) override |
Returns the element at the specified index. More... | |
System::SharedPtr< System::Collections::Generic::IEnumerator< System::SharedPtr< Aspose::Tasks::VbaModuleAttribute > > > | GetEnumerator () override |
Returns an enumerator for this collection. More... | |
void | Add (const System::SharedPtr< Aspose::Tasks::VbaModuleAttribute > &item) override |
This is the stub implementation of ICollection's Add method, that only throws NotSupportedException More... | |
System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< Aspose::Tasks::VbaModuleAttribute > > > | ToList () |
Converts the collection object to a list of VbaModule objects. More... | |
Represents a collection of VbaModuleAttribute objects.