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 屬性會傳回空陣列 (,也就是長度為零的陣列) 。