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
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
Description
Nhận mô tả dự án.
public string Description { get; }
Giá trị bất động sản
HelpContextId
Nhận một dự án Help Context ID
public int HelpContextId { get; }
Giá trị bất động sản
HelpFile
Nhận một trợ giúp file name
public string HelpFile { get; }
Giá trị bất động sản
Modules
Nhận một bộ sưu tập Aspose.Tasks.VbaModuleCollection
public VbaModuleCollection Modules { get; }
Giá trị bất động sản
Name
Nhận tên dự án
public string Name { get; }
Giá trị bất động sản
References
Nhận một bộ sưu tập của Aspose.Tasks.VbaReferenceCollection
public VbaReferenceCollection References { get; }