Image.RemovePropertyItem(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从该 Image 移除指定的属性项。
public:
void RemovePropertyItem(int propid);
public void RemovePropertyItem (int propid);
member this.RemovePropertyItem : int -> unit
Public Sub RemovePropertyItem (propid As Integer)
参数
- propid
- Int32
要移除的属性项的 ID。
例外
注解
很难设置属性项,因为 PropertyItem 类没有公共构造函数。 解决此限制的一种方法是通过检索PropertyItems属性值或调用GetPropertyItem已具有属性项的 的 Image 方法获取 PropertyItem 。 然后,可以设置 的 PropertyItem 字段并将其传递给 SetPropertyItem。