Image.PropertyIdList 속성
정의
public:
property cli::array <int> ^ PropertyIdList { cli::array <int> ^ get(); };
[System.ComponentModel.Browsable(false)]
public int[] PropertyIdList { get; }
[<System.ComponentModel.Browsable(false)>]
member this.PropertyIdList : int[]
Public ReadOnly Property PropertyIdList As Integer()
속성 값
- Int32[]
이 이미지에 저장된 각 속성 항목에 대한 속성 ID의 배열입니다.An array of the property IDs, one for each property item stored in this image.
- 특성
설명
이미지에 속성 항목이 없거나 이미지 형식이 속성 항목을 지원 하지 않는 경우 PropertyIdList 이 속성은 빈 배열 (길이가 0 인 배열)을 반환 합니다.If the image has no property items or if the image format does not support property items, the PropertyIdList property returns an empty array (that is, an array of length zero).