Class XmpGuid

Class XmpGuid

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

XMP đại diện cho ID duy nhất toàn cầu.

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

Inheritance

object XmpTypeBase XmpGuid

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

XmpGuid(String)

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.Xmp.Types.Derived.xmpGuid.

public XmpGuid(string value)

Parameters

value string

Giá trị .

Exceptions

ArgumentNullException

Giá trị là zero.

ArgumentException

Invalid guid giá trị; giá trị

XmpGuid(Guid)

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.Xmp.Types.Derived.xmpGuid.

public XmpGuid(Guid guid)

Parameters

guid Guid

Người nhận dạng độc đáo

Properties

Prefix

Nhận hoặc đặt cài đặt như uuid.

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

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

string

Value

Nhận hoặc đặt giá trị.

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

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

Guid

Methods

GetXmpRepresentation()

Nhận giá trị dòng chứa trong định dạng XMP.

public override string GetXmpRepresentation()

Returns

string

Trả lại giá trị của string trong định dạng XMP.

 Tiếng Việt