Class ProjectLink

Class ProjectLink

Le nom : Aspose.Imaging.Xmp.Schemas.XmpDm Assemblée: Aspose.Imaging.dll (25.4.0)

rappresenta il percorso del progetto.

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

Inheritance

object XmpTypeBase ProjectLink

Implements

IXmpType , ICloneable

I membri ereditari

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

Ottieni o metti la strada completa verso il progetto.

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

Valore di proprietà

string

Type

Riceve o impone il tipo di file.

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

Valore di proprietà

ProjectType

Methods

GetXmpRepresentation()

Ritorna il valore contenuto nel formato XMP.

public override string GetXmpRepresentation()

Returns

string

Retourner un fil contenant une représentation xmp.

Exceptions

NotImplementedException

Pas mis en œuvre

 Français