共用方式為


PHAssetCollection.FetchMoments 方法

定義

多載

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

參數

options
PHFetchOptions

即將加入。

這個參數可以是 null

傳回

屬性

適用於

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

參數

momentList
PHCollectionList
options
PHFetchOptions

即將加入。

這個參數可以是 null

傳回

屬性

適用於