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(الستار)

يبدأ مثالًا جديدًا من فئة Aspose.Imaging.Xmp.Types.Derived.XmpGuid.

public XmpGuid(string value)

Parameters

value string

القيمة .

Exceptions

ArgumentNullException

القيمة صفر .

ArgumentException

قيمة القيادة غير المشروعة؛ قيمة

XmpGuid(Guid)

يبدأ مثالًا جديدًا من فئة 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()

يحصل على القيمة الموجودة في الحبل في تنسيق XMP.

public override string GetXmpRepresentation()

Returns

string

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

 عربي