PHFetchResultEnumerator 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.
Enumerates the assets in a fetch result.
public delegate void PHFetchResultEnumerator(NSObject element, nuint elementIndex, out bool stop);
type PHFetchResultEnumerator = delegate of NSObject * nuint * -> unit
Parameters
- element
- NSObject
- elementIndex
- System.System.UIntPtr System.unativeint
- stop
- Boolean