Class XmpArray
이름 공간 : Aspose.Imaging.Xmp 모임: Aspose.Imaging.dll (25.4.0)
Aspose.Imaging.Xmp.Xmp 패키지에서 Xmp 아레이를 나타냅니다.
[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
Array의 종류
items
string
[ ] [ [ ]
항목 목록 입니다.
Fields
아레아 타입
아레아 타입
[JsonProperty]
protected string arrayType
필드 가치
Properties
Values
그것은 Aspose.Imaging.Xmp.XmpArray 내부의 가치의 범위를 얻습니다.
public string[] Values { get; }
부동산 가치
string [ ] [ [ ]
Methods
ToString()
이 경우를 나타내는 System.String을 반환합니다.
public override string ToString()
Returns
이 기회를 대표하는 시스템.String입니다.