8 #include <system/object.h>
10 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
16 class VbaModuleAttributeCollection;
31 class ASPOSE_TASKS_SHARED_CLASS
IVbaModule :
public virtual System::Object
34 typedef System::Object BaseType;
36 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
37 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
44 virtual System::SharedPtr<VbaModuleAttributeCollection>
get_Attributes() = 0;
Represents a module with VBA code.
Definition: IVbaModule.h:32
virtual System::SharedPtr< VbaModuleAttributeCollection > get_Attributes()=0
Gets a collection of VbaModuleAttributeCollection
virtual System::String get_SourceCode()=0
Gets a source Code of the VBA module
virtual System::String get_Name()=0
Gets a name of the VBA module