Share via


PHAssetCollection.FetchMoments Metodo

Definizione

Overload

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

Parametri

options
PHFetchOptions

Da aggiungere.

Questo parametro può essere null.

Restituisce

Attributi

Si applica a

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

Parametri

momentList
PHCollectionList
options
PHFetchOptions

Da aggiungere.

Questo parametro può essere null.

Restituisce

Attributi

Si applica a