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

Represents VbaProject. More...

#include <VbaProject.h>

Inherits System::Object.

Public Member Functions

System::String get_CompilationArguments () const
 Gets conditional Compilation Arguments More...
 
System::String get_Description () const
 Gets a project description. More...
 
int32_t get_HelpContextId () const
 Gets a project Help Context Id More...
 
System::String get_HelpFile () const
 Gets a help file name More...
 
const System::SharedPtr< VbaModuleCollection > & get_Modules () const
 Gets a collection of VbaModuleCollection More...
 
System::String get_Name () const
 Gets project name More...
 
const System::SharedPtr< VbaReferenceCollection > & get_References () const
 Gets a collection of VbaReferenceCollection More...
 

Detailed Description

Represents VbaProject.

Member Function Documentation

◆ get_CompilationArguments()

System::String Aspose::Tasks::VbaProject::get_CompilationArguments ( ) const

Gets conditional Compilation Arguments

◆ get_Description()

System::String Aspose::Tasks::VbaProject::get_Description ( ) const

Gets a project description.

◆ get_HelpContextId()

int32_t Aspose::Tasks::VbaProject::get_HelpContextId ( ) const

Gets a project Help Context Id

◆ get_HelpFile()

System::String Aspose::Tasks::VbaProject::get_HelpFile ( ) const

Gets a help file name

◆ get_Modules()

const System::SharedPtr<VbaModuleCollection>& Aspose::Tasks::VbaProject::get_Modules ( ) const

Gets a collection of VbaModuleCollection

◆ get_Name()

System::String Aspose::Tasks::VbaProject::get_Name ( ) const

Gets project name

◆ get_References()

const System::SharedPtr<VbaReferenceCollection>& Aspose::Tasks::VbaProject::get_References ( ) const

Gets a collection of VbaReferenceCollection