Class ProjectLink

Class ProjectLink

A név: Aspose.Imaging.Xmp.Schemas.XmpDm Összefoglaló: Aspose.Imaging.dll (25.4.0)

A projekt útját képviseli.

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

Inheritance

object XmpTypeBase ProjectLink

Implements

IXmpType , ICloneable

Örökletes tagok

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

Megkapja vagy állítja a teljes utat a projekthez.

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

ingatlan értéke

string

Type

Kap vagy beállítja a fájl típusát.

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

ingatlan értéke

ProjectType

Methods

GetXmpRepresentation()

Visszaadja az XMP formátumban tartalmazott értéket.

public override string GetXmpRepresentation()

Returns

string

Visszaállítja a xmp-reprezentációt tartalmazó szalagot.

Exceptions

NotImplementedException

nem végrehajtott

 Magyar