ALAssetsLibraryGroupsEnumerationResultsDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate that is used as the enumerationBlock
parameter in calls to the Enumerate(ALAssetsGroupType, ALAssetsLibraryGroupsEnumerationResultsDelegate, Action<NSError>) method.
public delegate void ALAssetsLibraryGroupsEnumerationResultsDelegate(ALAssetsGroup group, ref bool stop);
type ALAssetsLibraryGroupsEnumerationResultsDelegate = delegate of ALAssetsGroup * -> unit
Parameters
- group
- ALAssetsGroup
- stop
- Boolean