Class XmpGuid

Class XmpGuid

ชื่อพื้นที่: Aspose.Imaging.Xmp.Types.Derived การประกอบ: Aspose.Imaging.dll (25.4.0)

XMP เป็นตัวระบุที่ไม่ซ้ํากันทั่วโลก

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

Inheritance

object XmpTypeBase XmpGuid

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

XmpGuid(รั้ว)

เปิดตัวตัวอย่างใหม่ของ Class Aspose.Imaging.Xmp.Types.Derived.XmpGuid

public XmpGuid(string value)

Parameters

value string

ค่าใช้จ่าย

Exceptions

ArgumentNullException

หมายเลขหมายเลข

ArgumentException

หมายเลขรุ่น: Invalid Guide Value

XmpGuid(Guid)

เปิดตัวตัวอย่างใหม่ของ Class Aspose.Imaging.Xmp.Types.Derived.XmpGuid

public XmpGuid(Guid guid)

Parameters

guid Guid

ตัวระบุเอกลักษณ์

Properties

Prefix

รับหรือตั้งค่าข้อกําหนดเช่น uuid

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

คุณสมบัติมูลค่า

string

Value

ได้รับหรือตั้งค่าค่า

[JsonProperty]
public Guid Value { get; set; }

คุณสมบัติมูลค่า

Guid

Methods

GetXmpRepresentation()

รับความหมายของ string ในรูปแบบ XMP

public override string GetXmpRepresentation()

Returns

string

กลับค่าที่ประกอบด้วย string ในรูปแบบ XMP

 แบบไทย