Class ProjectLink

Class ProjectLink

Namn på plats: Aspose.Imaging.Xmp.Schemas.XmpDm Församling: Aspose.Imaging.dll (25.4.0)

Det representerar projektets väg.

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

Inheritance

object XmpTypeBase ProjectLink

Implements

IXmpType , ICloneable

Arvsmedlemmar

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

Får eller sätter full väg till projektet.

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

Fastighetsvärde

string

Type

Få eller ställa in filtyp.

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

Fastighetsvärde

ProjectType

Methods

GetXmpRepresentation()

Returnerar sträng innehållet värde i XMP-format.

public override string GetXmpRepresentation()

Returns

string

Returnerar sträng som innehåller xmp-representation.

Exceptions

NotImplementedException

inte genomförts

 Svenska