PHAssetCollection.FetchMoments Method
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.
Overloads
FetchMoments(PHFetchOptions) | |
FetchMoments(PHCollectionList, PHFetchOptions) |
FetchMoments(PHFetchOptions)
[Foundation.Export("fetchMomentsWithOptions:")]
public static Photos.PHFetchResult FetchMoments (Photos.PHFetchOptions options);
static member FetchMoments : Photos.PHFetchOptions -> Photos.PHFetchResult
Parameters
Returns
- Attributes
Applies to
FetchMoments(PHCollectionList, PHFetchOptions)
[Foundation.Export("fetchMomentsInMomentList:options:")]
public static Photos.PHFetchResult FetchMoments (Photos.PHCollectionList momentList, Photos.PHFetchOptions options);
static member FetchMoments : Photos.PHCollectionList * Photos.PHFetchOptions -> Photos.PHFetchResult
Parameters
- momentList
- PHCollectionList
Returns
- Attributes