Image.PropertyIdList 属性

定义

获取存储于该 Image 中的属性项的 ID。Gets IDs of the property items stored in this Image.

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 组成的一个数组,此图像中存储的每个属性项各有一个 ID。An array of the property IDs, one for each property item stored in this image.

属性

注解

如果图像没有属性项或图像格式不支持属性项,则 PropertyIdList 属性返回空数组, (即长度为零的数组) 。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).

适用于