次の方法で共有


Image.PropertyIdList プロパティ

この Image オブジェクトに格納されたプロパティ項目の ID を取得します。

Public ReadOnly Property PropertyIdList As Integer ()
[C#]
public int[] PropertyIdList {get;}
[C++]
public: __property int get_PropertyIdList();
[JScript]
public function get PropertyIdList() : int[];

プロパティ値

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

解説

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

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Image クラス | Image メンバ | System.Drawing 名前空間