ImageCodecInfo.Clsid 属性

定义

获取或设置 Guid 结构,其中包含能识别特定编码解码器的 GUID。

public:
 property Guid Clsid { Guid get(); void set(Guid value); };
public Guid Clsid { get; set; }
member this.Clsid : Guid with get, set
Public Property Clsid As Guid

属性值

包含能识别特定编码解码器的 GUID 的 Guid 结构。

适用于