PHAssetCollection.FetchMoments 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
傳回
- 屬性
適用於
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
傳回
- 屬性