次の方法で共有


ImageCodecInfo.Clsid プロパティ

特定のコーデックを識別するグローバル一意識別子 (GUID) を格納する Guid 構造体を取得または設定します。

Public Property Clsid As Guid
[C#]
public Guid Clsid {get; set;}
[C++]
public: __property Guid get_Clsid();public: __property void set_Clsid(Guid);
[JScript]
public function get Clsid() : Guid;public function set Clsid(Guid);

プロパティ値

特定のコーデックを識別する GUID を格納する Guid 構造体。

必要条件

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

参照

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