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
Derived
Implements
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
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
’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
Ritorna l’attributo per il nome attributo specificato.
GetHashCode()
Ritorna un codice hash per questo caso.
public override int GetHashCode()
Returns
Un codice hash per questo esempio, adatto per l’uso in algoritmi di hashing e strutture di dati come una tabella hash.</string,>