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
傳回值
若該方法決定應提前停止執行,則回true傳 GetThumbnailImage(Int32, Int32, Image+GetThumbnailImageAbort, IntPtr) ;否則回傳 false。
擴充方法
| 名稱 | Description |
|---|---|
| GetMethodInfo(Delegate) |
取得一個代表指定代理所代表方法的物件。 |