Class VbaProject

Class VbaProject

Tên không gian: Aspose.Tasks Tổng hợp: Aspose.Tasks.dll (25.4.0)

Giới thiệu Aspose.Tasks.VbaProject

public class VbaProject

Inheritance

object VbaProject

Thành viên thừa kế

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

CompilationArguments

Gets Conditional Compilation Arguments Kết luận

public string CompilationArguments { get; }

Giá trị bất động sản

string

Description

Nhận mô tả dự án.

public string Description { get; }

Giá trị bất động sản

string

HelpContextId

Nhận một dự án Help Context ID

public int HelpContextId { get; }

Giá trị bất động sản

int

HelpFile

Nhận một trợ giúp file name

public string HelpFile { get; }

Giá trị bất động sản

string

Modules

Nhận một bộ sưu tập Aspose.Tasks.VbaModuleCollection

public VbaModuleCollection Modules { get; }

Giá trị bất động sản

VbaModuleCollection

Name

Nhận tên dự án

public string Name { get; }

Giá trị bất động sản

string

References

Nhận một bộ sưu tập của Aspose.Tasks.VbaReferenceCollection

public VbaReferenceCollection References { get; }

Giá trị bất động sản

VbaReferenceCollection

 Tiếng Việt