Aspose.Tasks for C++
Aspose::Tasks::IVbaModule Class Referenceabstract

Represents a module with VBA code. More...

#include <IVbaModule.h>

Inherits System::Object.

Inherited by Aspose::Tasks::VbaModule.

Public Member Functions

virtual System::SharedPtr< VbaModuleAttributeCollectionget_Attributes ()=0
 Gets a collection of VbaModuleAttributeCollection More...
 
virtual System::String get_Name ()=0
 Gets a name of the VBA module More...
 
virtual System::String get_SourceCode ()=0
 Gets a source Code of the VBA module More...
 

Detailed Description

Represents a module with VBA code.

Member Function Documentation

◆ get_Attributes()

virtual System::SharedPtr<VbaModuleAttributeCollection> Aspose::Tasks::IVbaModule::get_Attributes ( )
pure virtual

Gets a collection of VbaModuleAttributeCollection

Implemented in Aspose::Tasks::VbaModule.

◆ get_Name()

virtual System::String Aspose::Tasks::IVbaModule::get_Name ( )
pure virtual

Gets a name of the VBA module

Implemented in Aspose::Tasks::VbaModule.

◆ get_SourceCode()

virtual System::String Aspose::Tasks::IVbaModule::get_SourceCode ( )
pure virtual

Gets a source Code of the VBA module

Implemented in Aspose::Tasks::VbaModule.