Aspose.Tasks for C++
Aspose::Tasks::VbaReferenceCollection Class Reference

Represents a collection of VbaReference objects. More...

#include <VbaReferenceCollection.h>

Inherits Aspose::Tasks::ReadOnlyCollectionBase< System::SharedPtr< Aspose::Tasks::VbaReference > >.

Additional Inherited Members

- Public Member Functions inherited from Aspose::Tasks::ReadOnlyCollectionBase< System::SharedPtr< Aspose::Tasks::VbaReference > >
int32_t get_Count () const override
 Gets the number of objects contained in the object. More...
 
System::SharedPtr< Aspose::Tasks::VbaReferenceidx_get (int32_t index) const override
 Returns the element at the specified index. More...
 
void idx_set (int32_t index, System::SharedPtr< Aspose::Tasks::VbaReference > value) override
 Returns the element at the specified index. More...
 
System::SharedPtr< System::Collections::Generic::IEnumerator< System::SharedPtr< Aspose::Tasks::VbaReference > > > GetEnumerator () override
 Returns an enumerator for this collection. More...
 
void Add (const System::SharedPtr< Aspose::Tasks::VbaReference > &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::VbaReference > > > ToList ()
 Converts the collection object to a list of VbaModule objects. More...
 

Detailed Description

Represents a collection of VbaReference objects.