Class VbaProject
Class VbaProject
İsim alanı : Aspose.Tasks Toplantı: Aspose.Tasks.dll (25.4.0)
Aspose.Tasks.VbaProject tarafından sunulmaktadır.
public class VbaProject
Inheritance
mirasçı üyeleri
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
CompilationArguments
Koşullu Kompilasyon Argümanları
public string CompilationArguments { get; }
Mülkiyet Değer
Description
Bir proje açıklaması var.
public string Description { get; }
Mülkiyet Değer
HelpContextId
Project Help Context ID ile ilgili bilgiler
public int HelpContextId { get; }
Mülkiyet Değer
HelpFile
Bir yardım dosya adı alır
public string HelpFile { get; }
Mülkiyet Değer
Modules
Aspose.Tasks.VbaModuleCollection için bir koleksiyon alın
public VbaModuleCollection Modules { get; }
Mülkiyet Değer
Name
Proje Adı Alın
public string Name { get; }
Mülkiyet Değer
References
Aspose.Tasks.VbaReferenceCollection için bir koleksiyon alın
public VbaReferenceCollection References { get; }