Class XmpGuid

Class XmpGuid

ja nimityö: Aspose.Imaging.Xmp.Types.Derived Kokoelma: Aspose.Imaging.dll (25.4.0)

XMP on maailmanlaajuinen yksilöllinen tunniste.

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

Inheritance

object XmpTypeBase XmpGuid

Implements

IXmpType , ICloneable

Perintöjäsenet

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)

Aloitetaan uusi esimerkki Aspose.Imaging.Xmp.Types.Derived.xmpGuid luokka.

public XmpGuid(string value)

Parameters

value string

ja arvoa .

Exceptions

ArgumentNullException

Arvo on nolla.

ArgumentException

Invalid ohjausarvo;arvo

XmpGuid(Guid)

Aloitetaan uusi esimerkki Aspose.Imaging.Xmp.Types.Derived.xmpGuid luokka.

public XmpGuid(Guid guid)

Parameters

guid Guid

ainutlaatuinen tunniste.

Properties

Prefix

Saa tai asettaa ennakkoasetuksen kuin uuid.

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

Omistuksen arvo

string

Value

Antaa tai asettaa arvon.

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

Omistuksen arvo

Guid

Methods

GetXmpRepresentation()

Saat sarjan sisältämän arvon XMP-muodossa.

public override string GetXmpRepresentation()

Returns

string

Palauttaa sarjan sisältämä arvo XMP-muodossa.

 Suomi