Image.GetThumbnailImageAbort 代理人

定義

提供回調方法,用以判斷該方法何時 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 

傳回值

若該方法決定應提前停止執行,則回trueGetThumbnailImage(Int32, Int32, Image+GetThumbnailImageAbort, IntPtr) ;否則回傳 false

擴充方法

名稱 Description
GetMethodInfo(Delegate)

取得一個代表指定代理所代表方法的物件。

適用於