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

값은 null 입니다.

ArgumentException

무효 가이드 가치; 가치

XmpGuid(Guid)

Aspose.Imaging.Xmp.Types.Derived.XmpGuid 클래스의 새로운 예를 시작합니다.

public XmpGuid(Guid guid)

Parameters

guid Guid

독특한 식별자

Properties

Prefix

그것은 새로운 것처럼 사전을 얻거나 설정합니다.

[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 형식으로 링에 포함된 값을 반환합니다.

 한국어