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
لا يتم تنفيذ