다음을 통해 공유


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일 수 있습니다.

반환

특성

적용 대상