Image.PropertyIdList 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取存储于该 Image 中的属性项的 ID。
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。
- 属性
注解
如果图像没有属性项,或者图像格式不支持属性项,则 PropertyIdList 属性返回空数组 (即长度为零的数组) 。