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

IXmpType , ICloneable

الأعضاء الموروثين

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; }

قيمة الممتلكات

string

Type

يحصل أو يضع نوع الملف.

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

قيمة الممتلكات

ProjectType

Methods

GetXmpRepresentation()

إرجاع القيمة الموجودة في الشريط في تنسيق XMP.

public override string GetXmpRepresentation()

Returns

string

يعود شريط يحتوي على تمثيل xmp.

Exceptions

NotImplementedException

لا يتم تنفيذ

 عربي