EngineMacFetchThumbnails Method |
IT Hit User File System
Namespace:
ITHit.FileSystem.Mac
Assembly:
ITHit.FileSystem.Mac (in ITHit.FileSystem.Mac.dll) Version: 1.0.8837.18647
Syntax public NSProgress FetchThumbnails(
string[] itemIdentifiers,
CGSize size,
NSFileProviderPerThumbnailCompletionHandler perThumbnailCompletionHandler,
Action<NSError> completionHandler
)
Public Function FetchThumbnails (
itemIdentifiers As String(),
size As CGSize,
perThumbnailCompletionHandler As NSFileProviderPerThumbnailCompletionHandler,
completionHandler As Action(Of NSError)
) As NSProgress
public:
virtual NSProgress^ FetchThumbnails(
array<String^>^ itemIdentifiers,
CGSize size,
NSFileProviderPerThumbnailCompletionHandler^ perThumbnailCompletionHandler,
Action<NSError^>^ completionHandler
) sealed
abstract FetchThumbnails :
itemIdentifiers : string[] *
size : CGSize *
perThumbnailCompletionHandler : NSFileProviderPerThumbnailCompletionHandler *
completionHandler : Action<NSError> -> NSProgress
override FetchThumbnails :
itemIdentifiers : string[] *
size : CGSize *
perThumbnailCompletionHandler : NSFileProviderPerThumbnailCompletionHandler *
completionHandler : Action<NSError> -> NSProgress
Parameters
- itemIdentifiers
- Type: SystemString
- size
- Type: CGSize
- perThumbnailCompletionHandler
- Type: NSFileProviderPerThumbnailCompletionHandler
- completionHandler
- Type: SystemActionNSError
Return Value
Type:
NSProgressSee Also