Class XmpElementBase

Class XmpElementBase

이름 공간 : Aspose.Imaging.Xmp 모임: Aspose.Imaging.dll (25.4.0)

기본 xmp 요소는 속성을 포함합니다.

public abstract class XmpElementBase : IEquatable<xmpelementbase>

Inheritance

object XmpElementBase

Derived

XmpMeta , XmpRdfRoot

Implements

IEquatable

상속 회원들

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

XmpElementBase()

protected XmpElementBase()

Fields

속성들

xmpmeta 요소는 모든 수의 속성을 가질 수 있습니다.

protected readonly Dictionary<string, string=""> attributes

필드 가치

Dictionary &lt에 대한 정보 string , string >

Methods

AddAttribute(스트링, 스트링)

그 속성을 추가합니다.

public virtual void AddAttribute(string attribute, string value)

Parameters

attribute string

그리고 그 속성.

value string

그 가치가 있다.

ClearAttributes()

모든 속성을 제거합니다.

public virtual void ClearAttributes()

Equals(XmpElementBase)

현재 개체가 동일한 유형의 다른 개체와 동일한지 여부를 나타냅니다.

public bool Equals(XmpElementBase other)

Parameters

other XmpElementBase

이 개체와 비교할 수 있는 개체입니다.

Returns

bool

현재 개체가 other’ 파라미터와 동일한 경우 사실; 그렇지 않으면, 가짜.

Equals(객체)

지정된 System.Object이 이 경우와 동일한지 여부를 결정합니다.

public override bool Equals(object obj)

Parameters

obj object

시스템.Object 이 경우와 비교할 수 있습니다.

Returns

bool

‘진실’이 지정된 System.Object이 이 경우와 동일한 경우; 그렇지 않으면 ‘거짓’입니다.

GetAttribute(스트리트)

그것은 그 속성을 얻는다.

public virtual string GetAttribute(string attribute)

Parameters

attribute string

그리고 그 속성.

Returns

string

지정된 속성 이름에 대한 속성을 반환합니다.

GetHashCode()

이 경우 해시 코드를 반환합니다.

public override int GetHashCode()

Returns

int

이 예제에 대한 해시 코드, 해시 테이블과 같은 해시 알고리즘 및 데이터 구조에서 사용하기에 적합합니다.</string,>

 한국어