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

object VbaProject

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

string

Description

Bir proje açıklaması var.

public string Description { get; }

Mülkiyet Değer

string

HelpContextId

Project Help Context ID ile ilgili bilgiler

public int HelpContextId { get; }

Mülkiyet Değer

int

HelpFile

Bir yardım dosya adı alır

public string HelpFile { get; }

Mülkiyet Değer

string

Modules

Aspose.Tasks.VbaModuleCollection için bir koleksiyon alın

public VbaModuleCollection Modules { get; }

Mülkiyet Değer

VbaModuleCollection

Name

Proje Adı Alın

public string Name { get; }

Mülkiyet Değer

string

References

Aspose.Tasks.VbaReferenceCollection için bir koleksiyon alın

public VbaReferenceCollection References { get; }

Mülkiyet Değer

VbaReferenceCollection

 Türkçe