PHCollectionList.FetchMomentLists 方法

定义

重载

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

参数

options
PHFetchOptions

内容待定。

此参数可以为 null

返回

属性

适用于

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

参数

options
PHFetchOptions

内容待定。

此参数可以为 null

返回

属性

适用于