PHCollectionList.FetchMomentLists 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
FetchMomentLists(PHCollectionListSubtype, PHFetchOptions) | |
FetchMomentLists(PHCollectionListSubtype, PHAssetCollection, PHFetchOptions) |
FetchMomentLists(PHCollectionListSubtype, PHFetchOptions)
[Foundation.Export("fetchMomentListsWithSubtype:options:")]
public static Photos.PHFetchResult FetchMomentLists (Photos.PHCollectionListSubtype subType, Photos.PHFetchOptions options);
static member FetchMomentLists : Photos.PHCollectionListSubtype * Photos.PHFetchOptions -> Photos.PHFetchResult
Parameters
- subType
- PHCollectionListSubtype
Returns
- Attributes
Applies to
FetchMomentLists(PHCollectionListSubtype, PHAssetCollection, PHFetchOptions)
[Foundation.Export("fetchMomentListsWithSubtype:containingMoment:options:")]
public static Photos.PHFetchResult FetchMomentLists (Photos.PHCollectionListSubtype subType, Photos.PHAssetCollection moment, Photos.PHFetchOptions options);
static member FetchMomentLists : Photos.PHCollectionListSubtype * Photos.PHAssetCollection * Photos.PHFetchOptions -> Photos.PHFetchResult
Parameters
- subType
- PHCollectionListSubtype
- moment
- PHAssetCollection
Returns
- Attributes