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
相続人
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
価値はゼロです。
障害ガイド 価値; 価値
XmpGuid(Guid)
Aspose.Imaging.Xmp.Types.Derived.XmpGuid クラスの新しい例を開始します。
public XmpGuid(Guid guid)
Parameters
guid
Guid
ユニークな識別
Properties
Prefix
入手するか、新しいようにプレフィックスを設定します。
[JsonProperty]
public string Prefix { get; set; }
不動産価値
Value
得るか、価値を設定するか。
[JsonProperty]
public Guid Value { get; set; }
不動産価値
Methods
GetXmpRepresentation()
ストレッチが含まれている値をXMP形式で取得します。
public override string GetXmpRepresentation()
Returns
XMP フォーマットに含まれる値を返します。