Image.PropertyIdList プロパティ

定義

この 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[]

このイメージに格納された各プロパティ項目に対して 1 つずつ存在するプロパティ ID の配列。

属性

注釈

イメージにプロパティ項目がない場合、またはイメージ形式でプロパティ項目がサポートされていない場合、 PropertyIdList プロパティは空の配列 (長さ 0 の配列) を返します。

適用対象

こちらもご覧ください