Class ProjectLink

Class ProjectLink

Nombre del espacio: Aspose.Imaging.Xmp.Schemas.XmpDm Asamblea: Aspose.Imaging.dll (25.4.0)

Representa el camino del proyecto.

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

Inheritance

object XmpTypeBase ProjectLink

Implements

IXmpType ,y, ICloneable

Miembros heredados

XmpTypeBase.GetXmpRepresentation() ,y, XmpTypeBase.ToString() ,y, XmpTypeBase.Clone() ,y, object.GetType() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

ProjectLink()

public ProjectLink()

Properties

Path

Obtenga o establece el camino completo al proyecto.

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

Valor de la propiedad

string

Type

Obtenga o establece el tipo de archivo.

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

Valor de la propiedad

ProjectType

Methods

GetXmpRepresentation()

Retorna el valor contenido en el formato XMP.

public override string GetXmpRepresentation()

Returns

string

Retorno de la línea que contiene representación xmp.

Exceptions

NotImplementedException

No implementado

 Español