次の方法で共有


Image.PropertyItems プロパティ

この Image オブジェクトに格納されたすべてのプロパティ項目 (メタデータの一部) を取得します。

Public ReadOnly Property PropertyItems As PropertyItem ()
[C#]
public PropertyItem[] PropertyItems {get;}
[C++]
public: __property PropertyItem* get_PropertyItems();
[JScript]
public function get PropertyItems() : PropertyItem[];

プロパティ値

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

解説

イメージにプロパティ項目がないか、イメージ形式がプロパティ項目をサポートしていない場合は、 PropertyItems は、空の配列 (長さが 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 名前空間