Class ProjectLink
Class ProjectLink
名称: Aspose.Imaging.Xmp.Schemas.XmpDm 收藏: Aspose.Imaging.dll (25.4.0)
代表项目的路径。
[JsonObject(MemberSerialization.OptIn)]
public sealed class ProjectLink : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ProjectLink
Implements
继承人
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
得到或设置完整的路径到项目。
[JsonProperty]
public string Path { get; set; }
财产价值
Type
接收或设置文件类型。
[JsonProperty]
public ProjectType Type { get; set; }
财产价值
Methods
GetXmpRepresentation()
返回在 XMP 格式中包含的序列值。
public override string GetXmpRepresentation()
Returns
返回包含 xmp 代表性的字符串。
Exceptions
未实施