Class ProjectLink
Class ProjectLink
Il nome: Aspose.Imaging.Xmp.Schemas.XmpDm Assemblea: 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
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à
Type
Riceve o impone il tipo di file.
[JsonProperty]
public ProjectType Type { get; set; }
Valore di proprietà
Methods
GetXmpRepresentation()
Ritorna il valore contenuto nel formato XMP.
public override string GetXmpRepresentation()
Returns
Ritorna la riga che contiene la rappresentazione xmp.
Exceptions
Non implementato