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;
48 virtual System::String get_Name() = 0;
52 virtual System::String get_SourceCode() = 0;
Represents a module with VBA code.
Definition: IVbaModule.h:31