8 #include <system/object.h>
10 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
16 class VbaModuleAttributeCollection;
32 class ASPOSE_TASKS_SHARED_CLASS
IVbaModule :
public virtual System::Object
35 typedef System::Object BaseType;
37 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
38 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
45 virtual System::SharedPtr<VbaModuleAttributeCollection> get_Attributes() = 0;
49 virtual System::String get_Name() = 0;
53 virtual System::String get_SourceCode() = 0;
Represents a module with VBA code.
Definition: IVbaModule.h:32