Class ProjectLink

Class ProjectLink

Nama dari : Aspose.Imaging.Xmp.Schemas.XmpDm Pengumpulan: Aspose.Imaging.dll (25.4.0)

Ini mewakili jalur proyek.

[JsonObject(MemberSerialization.OptIn)]
public sealed class ProjectLink : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase ProjectLink

Implements

IXmpType , ICloneable

anggota yang diwarisi

XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ProjectLink()

public ProjectLink()

Properties

Path

Dapatkan atau menetapkan jalur penuh ke proyek.

[JsonProperty]
public string Path { get; set; }

Nilai Properti

string

Type

Dapatkan atau menetapkan jenis file.

[JsonProperty]
public ProjectType Type { get; set; }

Nilai Properti

ProjectType

Methods

GetXmpRepresentation()

Mengembalikan nilai string yang terkandung dalam format XMP.

public override string GetXmpRepresentation()

Returns

string

Mengembalikan string yang mengandung representasi xmp.

Exceptions

NotImplementedException

Tidak dilaksanakan

 Indonesia