Class ProjectLink
Class ProjectLink
Nome do espaço: Aspose.Imaging.Xmp.Schemas.XmpDm Assembleia: Aspose.Imaging.dll (25.4.0)
representa o caminho do projeto.
[JsonObject(MemberSerialization.OptIn)]
public sealed class ProjectLink : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ProjectLink
Implements
Membros herdados
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
Obter ou definir o caminho completo para o projeto.
[JsonProperty]
public string Path { get; set; }
Valor da propriedade
Type
Obter ou definir o tipo de arquivo.
[JsonProperty]
public ProjectType Type { get; set; }
Valor da propriedade
Methods
GetXmpRepresentation()
Retorna o valor contido na linha em formato XMP.
public override string GetXmpRepresentation()
Returns
Retorna a linha que contém representação xmp.
Exceptions
Não implementado