Class ProjectLink

Class ProjectLink

Tên không gian: Aspose.Imaging.Xmp.Schemas.XmpDm Tổng hợp: Aspose.Imaging.dll (25.4.0)

đại diện cho con đường của dự án.

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

Inheritance

object XmpTypeBase ProjectLink

Implements

IXmpType , ICloneable

Thành viên thừa kế

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

Nhận hoặc đặt con đường đầy đủ cho dự án.

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

Giá trị bất động sản

string

Type

Nhận hoặc đặt kiểu tệp.

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

Giá trị bất động sản

ProjectType

Methods

GetXmpRepresentation()

Quay lại dòng chứa giá trị trong định dạng XMP.

public override string GetXmpRepresentation()

Returns

string

Quay lại dòng chứa biểu hiện xmp.

Exceptions

NotImplementedException

Không thực hiện

 Tiếng Việt