PHAssetCollection.FetchMoments Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
Retornos
- Atributos
Aplica-se 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
Parâmetros
- momentList
- PHCollectionList
Retornos
- Atributos