Image.GetThumbnailImageAbort 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供一个回叫方法,用于确定 GetThumbnailImage(Int32, Int32, Image+GetThumbnailImageAbort, IntPtr) 方法应在何时提前取消执行。
public: delegate bool Image::GetThumbnailImageAbort();
public delegate bool Image.GetThumbnailImageAbort();
type Image.GetThumbnailImageAbort = delegate of unit -> bool
Public Delegate Function Image.GetThumbnailImageAbort() As Boolean
返回值
如果此方法确定 GetThumbnailImage(Int32, Int32, Image+GetThumbnailImageAbort, IntPtr) 方法应提前停止执行,它将返回 true
;否则返回 false
。
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。 |