Class ProjectLink

Class ProjectLink

İsim alanı : Aspose.Imaging.Xmp.Schemas.XmpDm Toplantı: Aspose.Imaging.dll (25.4.0)

Projenin yolunu temsil eder.

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

Inheritance

object XmpTypeBase ProjectLink

Implements

IXmpType , ICloneable

mirasçı üyeleri

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

Projeyi tamamlayın veya tamamlayın.

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

Mülkiyet Değer

string

Type

Dosya türünü alır veya ayarlar.

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

Mülkiyet Değer

ProjectType

Methods

GetXmpRepresentation()

XMP biçiminde içerdiği değerleri döndürür.

public override string GetXmpRepresentation()

Returns

string

xmp temsilciliği içeren bir çubuk döndürür.

Exceptions

NotImplementedException

Uygulamadı

 Türkçe