Class XmpElementBase

Class XmpElementBase

Le nom : Aspose.Imaging.Xmp Assemblée: Aspose.Imaging.dll (25.4.0)

L’elemento di base xmp contiene attributi.

public abstract class XmpElementBase : IEquatable<xmpelementbase>

Inheritance

object XmpElementBase

Derived

XmpMeta , XmpRdfRoot

Implements

IEquatable

I membri ereditari

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

Constructors

XmpElementBase()

protected XmpElementBase()

Fields

Les attributs

L’elemento xmpmeta può avere qualsiasi numero di attributi.

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

Valore di campo

Dictionary di < string , string >

Methods

AddAttribute(String et String)

Aggiungi l’attribuzione

public virtual void AddAttribute(string attribute, string value)

Parameters

attribute string

L’attribuzione è

value string

Il valore .

ClearAttributes()

Rimuove tutti gli attributi.

public virtual void ClearAttributes()

Equals(XmpElementBase)

Indica se l’oggetto corrente è uguale ad un altro oggetto dello stesso tipo.

public bool Equals(XmpElementBase other)

Parameters

other XmpElementBase

Un oggetto da confrontare con questo oggetto.

Returns

bool

vero se l’oggetto corrente è uguale al parametro altro; altrimenti, falso.

Equals(Objets)

Determinerà se il System.Object specificato è uguale a questa instanza.

public override bool Equals(object obj)

Parameters

obj object

Il sistema.oggetto per paragonare con questa instanza.

Returns

bool

’true’ se il specifico System.Object è uguale a questa instanza; altrimenti, ‘falso’.

GetAttribute(Le string)

Ha ottenuto l’attribuzione.

public virtual string GetAttribute(string attribute)

Parameters

attribute string

L’attribuzione è

Returns

string

Ritorna l’attributo per il nome attributo specificato.

GetHashCode()

Ritorna un codice hash per questo caso.

public override int GetHashCode()

Returns

int

Un codice hash per questo esempio, adatto per l’uso in algoritmi di hashing e strutture di dati come una tabella hash.</string,>

 Français