Class XmpArray

Class XmpArray

Tên không gian: Aspose.Imaging.Xmp Tổng hợp: Aspose.Imaging.dll (25.4.0)

Hiển thị xmp Array trong 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 , ICollection , IEnumerable , IEnumerable , IXmpType

Thành viên thừa kế

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, string[])

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.Xmp.xmpArray.

public XmpArray(XmpArrayType type = XmpArrayType.UNORDERED, string[] items = null)

Parameters

type XmpArrayType

Các loại array

items string [ ]

Danh sách các mục.

Fields

ArrayType

Loại Array

[JsonProperty]
protected string arrayType

Giá trị Field

string

Properties

Values

Có một loạt các giá trị bên trong Aspose.Imaging.Xmp.xmpArray.

public string[] Values { get; }

Giá trị bất động sản

string [ ]

Methods

ToString()

Trở lại một System.String đại diện cho trường hợp này.

public override string ToString()

Returns

string

Một hệ thống.String đại diện cho trường hợp này.

 Tiếng Việt