Class XmpArray
اسم الفضاء : Aspose.Imaging.Xmp تجميع: Aspose.Imaging.dll (25.4.0)
تمثيل Xmp Array في Aspose.Imaging.Xmp.XmpPackage.
[JsonObject(MemberSerialization.OptIn)]
public class XmpArray : XmpCollection, IList<ixmptype>, ICollection<ixmptype>, IEnumerable<ixmptype>, IEnumerable, IXmpType
Inheritance
object ← XmpCollection ← XmpArray
Implements
IList
الأعضاء الموروثين
XmpCollection.AddItem(string) , XmpCollection.Add(object) , XmpCollection.IndexOf(IXmpType) , XmpCollection.Insert(int, IXmpType) , XmpCollection.RemoveAt(int) , XmpCollection.Add(IXmpType) , XmpCollection.Clear() , XmpCollection.Contains(IXmpType) , XmpCollection.CopyTo(IXmpType[], int) , XmpCollection.Remove(IXmpType) , XmpCollection.GetEnumerator() , XmpCollection.GetXmpRepresentation() , XmpCollection.GetXmlValue() , XmpCollection.ToString() , XmpCollection.ToString(object) , XmpCollection.Count , XmpCollection.IsReadOnly , XmpCollection.this[int] , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
XmpArray(XmpArrayType، شريط[])
يبدأ مثالًا جديدًا من فئة Aspose.Imaging.Xmp.XmpArray.
public XmpArray(XmpArrayType type = XmpArrayType.UNORDERED, string[] items = null)
Parameters
type
XmpArrayType
هذا النوع من التخطيط.
items
string
[ ]
قائمة العناصر .
Fields
Arrayنوع
من نوع Array.
[JsonProperty]
protected string arrayType
القيمة الميدانية
Properties
Values
يحصل على مجموعة من القيم داخل Aspose.Imaging.Xmp.XmpArray.
public string[] Values { get; }
قيمة الممتلكات
string [ ]
Methods
ToString()
يعود نظام.String الذي يمثل هذه الحالة.
public override string ToString()
Returns
نظام.String الذي يمثل هذه الحالة.